Home
last modified time | relevance | path

Searched refs:FL_POSIX (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/fs/ocfs2/
Dlocks.c135 if (!(fl->fl_flags & FL_POSIX)) in ocfs2_lock()
/linux-4.1.27/fs/9p/
Dvfs_file.c161 if ((fl->fl_flags & FL_POSIX) != FL_POSIX) in v9fs_file_do_lock()
360 fl->fl_flags |= FL_POSIX; in v9fs_file_flock_dotl()
/linux-4.1.27/include/trace/events/
Dfilelock.h19 { FL_POSIX, "FL_POSIX" }, \
/linux-4.1.27/fs/nfs/
Dfile.c762 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { in do_vfs_lock()
763 case FL_POSIX: in do_vfs_lock()
Dnfs4proc.c5373 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { in do_vfs_lock()
5374 case FL_POSIX: in do_vfs_lock()
5921 if ((fl_flags & FL_POSIX) && in _nfs4_proc_setlk()
/linux-4.1.27/fs/lockd/
Dclntproc.c478 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { in do_vfs_lock()
479 case FL_POSIX: in do_vfs_lock()
Dxdr4.c122 fl->fl_flags = FL_POSIX; in nlm4_decode_lock()
Dxdr.c130 fl->fl_flags = FL_POSIX; in nlm_decode_lock()
Dclntxdr.c300 fl->fl_flags = FL_POSIX; in decode_nlm_holder()
Dclnt4xdr.c306 fl->fl_flags = FL_POSIX; in decode_nlm4_holder()
/linux-4.1.27/fs/ceph/
Dlocks.c164 if (!(fl->fl_flags & FL_POSIX)) in ceph_lock()
/linux-4.1.27/fs/
Dlocks.c138 #define IS_POSIX(fl) (fl->fl_flags & FL_POSIX)
446 fl->fl_flags = FL_POSIX; in flock64_to_posix_lock()
1250 fl.fl_flags = FL_POSIX | FL_ACCESS; in locks_mandatory_area()
2381 lock.fl_flags = FL_POSIX | FL_CLOSE; in locks_remove_posix()
/linux-4.1.27/fs/dlm/
Dplock.c369 fl->fl_flags = FL_POSIX; in dlm_posix_get()
/linux-4.1.27/fs/cifs/
Dfile.c996 if ((flock->fl_flags & FL_POSIX) == 0) in cifs_posix_lock_test()
1023 if ((flock->fl_flags & FL_POSIX) == 0) in cifs_posix_lock_set()
1243 if (flock->fl_flags & FL_POSIX) in cifs_read_flock()
1256 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | in cifs_read_flock()
1555 if (flock->fl_flags & FL_POSIX && !rc) in cifs_setlk()
/linux-4.1.27/fs/gfs2/
Dfile.c991 if (!(fl->fl_flags & FL_POSIX)) in gfs2_lock()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c2703 else if (!(file_lock->fl_flags & FL_POSIX)) in ll_file_flock()
2787 if ((file_lock->fl_flags & FL_POSIX) && in ll_file_flock()
/linux-4.1.27/fs/nfsd/
Dnfs4state.c5556 file_lock->fl_flags = FL_POSIX; in nfsd4_lock()
5692 file_lock->fl_flags = FL_POSIX; in nfsd4_lockt()
5754 file_lock->fl_flags = FL_POSIX; in nfsd4_locku()
/linux-4.1.27/include/linux/
Dfs.h893 #define FL_POSIX 1 macro