Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dfilelock.h22 { FL_ACCESS, "FL_ACCESS" }, \
/linux-4.4.14/fs/
Dlocks.c885 if (!(request->fl_flags & FL_ACCESS) && (request->fl_type != F_UNLCK)) { in flock_lock_inode()
892 if (request->fl_flags & FL_ACCESS) in flock_lock_inode()
922 if (request->fl_flags & FL_ACCESS) in flock_lock_inode()
959 if (!(request->fl_flags & FL_ACCESS) && in __posix_lock_file()
998 if (request->fl_flags & FL_ACCESS) in __posix_lock_file()
1252 fl.fl_flags = FL_POSIX | FL_ACCESS; in locks_mandatory_area()
2554 if (fl->fl_flags & FL_ACCESS) in lock_get_status()
/linux-4.4.14/fs/lockd/
Dclntproc.c515 fl->fl_flags |= FL_ACCESS; in nlmclnt_lock()
/linux-4.4.14/fs/cifs/
Dfile.c1251 if (flock->fl_flags & FL_ACCESS) in cifs_read_flock()
1257 FL_ACCESS | FL_LEASE | FL_CLOSE))) in cifs_read_flock()
/linux-4.4.14/include/linux/
Dfs.h906 #define FL_ACCESS 8 /* not trying to lock, just looking */ macro
/linux-4.4.14/fs/nfs/
Dnfs4proc.c5818 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS); in nfs4_lock_done()
6060 request->fl_flags |= FL_ACCESS; in _nfs4_proc_setlk()