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

/linux-master/fs/
H A Dlocks.c1548 int want_write = (mode & O_ACCMODE) != O_RDONLY; local
1551 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
1581 if (want_write) {
/linux-master/fs/bcachefs/
H A Djournal.c728 goto want_write;
745 want_write:

Completed in 268 milliseconds