Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dlocks.c933 if (!(request->fl_flags & FL_ACCESS) && (request->fl_type != F_UNLCK)) { in flock_lock_inode()
941 if (request->fl_flags & FL_ACCESS) in flock_lock_inode()
971 if (request->fl_flags & FL_ACCESS) in flock_lock_inode()
1011 if (!(request->fl_flags & FL_ACCESS) && in posix_lock_inode()
1051 if (request->fl_flags & FL_ACCESS) in posix_lock_inode()
1305 fl.fl_flags = FL_POSIX | FL_ACCESS; in locks_mandatory_area()
2637 if (fl->fl_flags & FL_ACCESS) in lock_get_status()
/Linux-v4.19/include/trace/events/
Dfilelock.h23 { FL_ACCESS, "FL_ACCESS" }, \
/Linux-v4.19/fs/lockd/
Dclntproc.c525 fl->fl_flags |= FL_ACCESS; in nlmclnt_lock()
/Linux-v4.19/fs/cifs/
Dfile.c1318 if (flock->fl_flags & FL_ACCESS) in cifs_read_flock()
1324 FL_ACCESS | FL_LEASE | FL_CLOSE))) in cifs_read_flock()
/Linux-v4.19/include/linux/
Dfs.h952 #define FL_ACCESS 8 /* not trying to lock, just looking */ macro
/Linux-v4.19/fs/nfs/
Dnfs4proc.c6576 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS); in nfs4_lock_done()
6780 request->fl_flags |= FL_ACCESS; in _nfs4_proc_setlk()