Home
last modified time | relevance | path

Searched refs:FL_ACCESS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/
H A Dlocks.c1038 if (!(request->fl_flags & FL_ACCESS) && (request->fl_type != F_UNLCK)) { in flock_lock_inode()
1046 if (request->fl_flags & FL_ACCESS) in flock_lock_inode()
1076 if (request->fl_flags & FL_ACCESS) in flock_lock_inode()
1119 if (!(request->fl_flags & FL_ACCESS) && in posix_lock_inode()
1177 if (request->fl_flags & FL_ACCESS) in posix_lock_inode()
2715 if (fl->fl_flags & FL_ACCESS) in lock_get_status()
/openbmc/linux/include/linux/
H A Dfilelock.h10 #define FL_ACCESS 8 /* not trying to lock, just looking */ macro
/openbmc/linux/include/trace/events/
H A Dfilelock.h23 { FL_ACCESS, "FL_ACCESS" }, \
/openbmc/linux/fs/lockd/
H A Dclntproc.c534 fl->fl_flags |= FL_ACCESS; in nlmclnt_lock()
/openbmc/linux/fs/smb/client/
H A Dfile.c1767 if (flock->fl_flags & FL_ACCESS) in cifs_read_flock()
1773 FL_ACCESS | FL_LEASE | FL_CLOSE | FL_OFDLCK))) in cifs_read_flock()
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c7192 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS); in nfs4_lock_done()
7402 request->fl_flags |= FL_ACCESS; in _nfs4_proc_setlk()