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

/linux-4.1.27/include/trace/events/
H A Dfilelock.h19 { FL_POSIX, "FL_POSIX" }, \
/linux-4.1.27/fs/ocfs2/
H A Dlocks.c135 if (!(fl->fl_flags & FL_POSIX)) ocfs2_lock()
/linux-4.1.27/fs/9p/
H A Dvfs_file.c161 if ((fl->fl_flags & FL_POSIX) != FL_POSIX) v9fs_file_do_lock()
360 fl->fl_flags |= FL_POSIX; v9fs_file_flock_dotl()
/linux-4.1.27/fs/lockd/
H A Dxdr.c130 fl->fl_flags = FL_POSIX; nlm_decode_lock()
H A Dxdr4.c122 fl->fl_flags = FL_POSIX; nlm4_decode_lock()
H A Dclntproc.c478 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { do_vfs_lock()
479 case FL_POSIX: do_vfs_lock()
H A Dclnt4xdr.c306 fl->fl_flags = FL_POSIX; decode_nlm4_holder()
H A Dclntxdr.c300 fl->fl_flags = FL_POSIX; decode_nlm_holder()
/linux-4.1.27/fs/
H A Dlocks.c31 * Implemented two lock personalities - FL_FLOCK and FL_POSIX.
33 * FL_POSIX locks are created with calls to fcntl() and lockf() through the
79 * Allow only one type of locking scheme (FL_POSIX or FL_FLOCK) to be in use
89 * Changed FL_POSIX locks to use the block list in the same way as FL_FLOCK
138 #define IS_POSIX(fl) (fl->fl_flags & FL_POSIX)
446 fl->fl_flags = FL_POSIX; flock64_to_posix_lock()
1250 fl.fl_flags = FL_POSIX | FL_ACCESS; locks_mandatory_area()
2381 lock.fl_flags = FL_POSIX | FL_CLOSE; locks_remove_posix()
/linux-4.1.27/fs/ceph/
H A Dlocks.c164 if (!(fl->fl_flags & FL_POSIX)) ceph_lock()
/linux-4.1.27/fs/dlm/
H A Dplock.c369 fl->fl_flags = FL_POSIX; dlm_posix_get()
/linux-4.1.27/fs/nfs/
H A Dfile.c762 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { do_vfs_lock()
763 case FL_POSIX: do_vfs_lock()
H A Dnfs4proc.c5373 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { do_vfs_lock()
5374 case FL_POSIX: do_vfs_lock()
5921 if ((fl_flags & FL_POSIX) && _nfs4_proc_setlk()
/linux-4.1.27/fs/cifs/
H A Dfile.c996 if ((flock->fl_flags & FL_POSIX) == 0) cifs_posix_lock_test()
1023 if ((flock->fl_flags & FL_POSIX) == 0) cifs_posix_lock_set()
1151 * Allocating count locks is enough because no FL_POSIX locks can be cifs_push_posix_locks()
1243 if (flock->fl_flags & FL_POSIX) cifs_read_flock()
1256 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | cifs_read_flock()
1555 if (flock->fl_flags & FL_POSIX && !rc) cifs_setlk()
/linux-4.1.27/fs/gfs2/
H A Dfile.c991 if (!(fl->fl_flags & FL_POSIX)) gfs2_lock()
/linux-4.1.27/fs/nfsd/
H A Dnfs4state.c5556 file_lock->fl_flags = FL_POSIX; nfsd4_lock()
5692 file_lock->fl_flags = FL_POSIX; nfsd4_lockt()
5754 file_lock->fl_flags = FL_POSIX; nfsd4_locku()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dfile.c2703 else if (!(file_lock->fl_flags & FL_POSIX)) ll_file_flock()
2787 if ((file_lock->fl_flags & FL_POSIX) && ll_file_flock()
/linux-4.1.27/include/linux/
H A Dfs.h893 #define FL_POSIX 1 macro

Completed in 437 milliseconds