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" }, \
327 if (fl->c.flc_flags & FL_CLOSE) { in dlm_posix_unlock()
770 if (status < 0 && !(fl->c.flc_flags & FL_CLOSE)) in do_unlk()
966 if (fl->c.flc_flags & FL_CLOSE) { in nfs3_proc_lock()
7175 if (fl->c.flc_flags & FL_CLOSE) in nfs4_do_unlck()
2627 lock.c.flc_flags = FL_POSIX | FL_CLOSE; in locks_remove_posix()2655 fl.c.flc_flags |= FL_CLOSE; in locks_remove_flock()
1959 FL_ACCESS | FL_LEASE | FL_CLOSE | FL_OFDLCK))) in cifs_read_flock()2279 if (!(flock->c.flc_flags & FL_CLOSE)) in cifs_setlk()
Completed in 855 milliseconds