Searched refs:FL_POSIX (Results 1 – 18 of 18) sorted by relevance
135 if (!(fl->fl_flags & FL_POSIX)) in ocfs2_lock()
161 if ((fl->fl_flags & FL_POSIX) != FL_POSIX) in v9fs_file_do_lock()360 fl->fl_flags |= FL_POSIX; in v9fs_file_flock_dotl()
19 { FL_POSIX, "FL_POSIX" }, \
762 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { in do_vfs_lock()763 case FL_POSIX: in do_vfs_lock()
5373 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()
478 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { in do_vfs_lock()479 case FL_POSIX: in do_vfs_lock()
122 fl->fl_flags = FL_POSIX; in nlm4_decode_lock()
130 fl->fl_flags = FL_POSIX; in nlm_decode_lock()
300 fl->fl_flags = FL_POSIX; in decode_nlm_holder()
306 fl->fl_flags = FL_POSIX; in decode_nlm4_holder()
164 if (!(fl->fl_flags & FL_POSIX)) in ceph_lock()
138 #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()
369 fl->fl_flags = FL_POSIX; in dlm_posix_get()
996 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()
991 if (!(fl->fl_flags & FL_POSIX)) in gfs2_lock()
2703 else if (!(file_lock->fl_flags & FL_POSIX)) in ll_file_flock()2787 if ((file_lock->fl_flags & FL_POSIX) && in ll_file_flock()
5556 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()
893 #define FL_POSIX 1 macro