Home
last modified time | relevance | path

Searched refs:FL_CLOSE (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dfilelock.h13 #define FL_CLOSE 64 /* unlock on close */ macro
21 #define FL_CLOSE_POSIX (FL_POSIX | FL_CLOSE)
/linux/include/trace/events/
H A Dfilelock.h26 { FL_CLOSE, "FL_CLOSE" }, \
/linux/fs/dlm/
H A Dplock.c327 if (fl->c.flc_flags & FL_CLOSE) { in dlm_posix_unlock()
/linux/fs/nfs/
H A Dfile.c833 if (status < 0 && !(fl->c.flc_flags & FL_CLOSE)) in do_unlk()
H A Dnfs3proc.c1014 if (fl->c.flc_flags & FL_CLOSE) { in nfs3_proc_lock()
H A Dnfs4proc.c7174 if (fl->c.flc_flags & FL_CLOSE) in nfs4_do_unlck()
/linux/fs/
H A Dlocks.c2704 lock.c.flc_flags = FL_POSIX | FL_CLOSE; in locks_remove_posix()
2732 fl.c.flc_flags |= FL_CLOSE; in locks_remove_flock()
/linux/fs/smb/client/
H A Dfile.c2036 FL_ACCESS | FL_LEASE | FL_CLOSE | FL_OFDLCK))) in cifs_read_flock()
2379 if (!(flock->c.flc_flags & FL_CLOSE)) in cifs_setlk()