Home
last modified time | relevance | path

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

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