Searched refs:FL_CLOSE (Results 1 – 8 of 8) sorted by relevance
13 #define FL_CLOSE 64 /* unlock on close */ macro21 #define FL_CLOSE_POSIX (FL_POSIX | FL_CLOSE)
26 { FL_CLOSE, "FL_CLOSE" }, \
291 if (fl->fl_flags & FL_CLOSE) { in dlm_posix_unlock()
760 if (status < 0 && !(fl->fl_flags & FL_CLOSE)) in do_unlk()
965 if (fl->fl_flags & FL_CLOSE) { in nfs3_proc_lock()
6986 if (fl->fl_flags & FL_CLOSE) in nfs4_do_unlck()
2548 lock.fl_flags = FL_POSIX | FL_CLOSE; in locks_remove_posix()2576 fl.fl_flags |= FL_CLOSE; in locks_remove_flock()
1677 FL_ACCESS | FL_LEASE | FL_CLOSE | FL_OFDLCK))) in cifs_read_flock()1998 if (!(flock->fl_flags & FL_CLOSE)) in cifs_setlk()
Completed in 39 milliseconds