Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfilelock.h13 #define FL_CLOSE 64 /* unlock on close */ macro
21 #define FL_CLOSE_POSIX (FL_POSIX | FL_CLOSE)
/openbmc/linux/include/trace/events/
H A Dfilelock.h26 { FL_CLOSE, "FL_CLOSE" }, \
/openbmc/linux/fs/dlm/
H A Dplock.c334 if (fl->fl_flags & FL_CLOSE) { in dlm_posix_unlock()
/openbmc/linux/fs/nfs/
H A Dfile.c769 if (status < 0 && !(fl->fl_flags & FL_CLOSE)) in do_unlk()
H A Dnfs3proc.c965 if (fl->fl_flags & FL_CLOSE) { in nfs3_proc_lock()
H A Dnfs4proc.c7020 if (fl->fl_flags & FL_CLOSE) in nfs4_do_unlck()
/openbmc/linux/fs/
H A Dlocks.c2556 lock.fl_flags = FL_POSIX | FL_CLOSE; in locks_remove_posix()
2584 fl.fl_flags |= FL_CLOSE; in locks_remove_flock()
/openbmc/linux/fs/smb/client/
H A Dfile.c1773 FL_ACCESS | FL_LEASE | FL_CLOSE | FL_OFDLCK))) in cifs_read_flock()
2094 if (!(flock->fl_flags & FL_CLOSE)) in cifs_setlk()