Home
last modified time | relevance | path

Searched refs:want_write (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Djournal.c724 goto want_write; in bch2_journal_flush_seq_async()
741 want_write: in bch2_journal_flush_seq_async()
/linux/fs/
H A Dlocks.c1548 int want_write = (mode & O_ACCMODE) != O_RDONLY; in __break_lease() local
1551 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK); in __break_lease()
1581 if (want_write) { in __break_lease()