Searched refs:FL_POSIX (Results 1 – 16 of 16) sorted by relevance
142 if ((fl->fl_flags & FL_POSIX) != FL_POSIX) in v9fs_file_do_lock()348 fl->fl_flags |= FL_POSIX; in v9fs_file_flock_dotl()
120 if (!(fl->fl_flags & FL_POSIX)) in ocfs2_lock()
90 fl->fl_flags = FL_POSIX; in svcxdr_decode_lock()
91 fl->fl_flags = FL_POSIX; in svcxdr_decode_lock()
284 fl->fl_flags = FL_POSIX; in decode_nlm4_holder()
278 fl->fl_flags = FL_POSIX; in decode_nlm_holder()
71 #define IS_POSIX(fl) (fl->fl_flags & FL_POSIX)450 fl->fl_flags = FL_POSIX; in flock64_to_posix_lock()1984 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { in locks_lock_inode_wait()1985 case FL_POSIX: in locks_lock_inode_wait()2505 lock.fl_flags = FL_POSIX | FL_CLOSE; in locks_remove_posix()
20 { FL_POSIX, "FL_POSIX" }, \
241 if (!(fl->fl_flags & FL_POSIX)) in ceph_lock()
366 fl->fl_flags = FL_POSIX; in dlm_posix_get()
1207 if ((flock->fl_flags & FL_POSIX) == 0) in cifs_posix_lock_test()1235 if ((flock->fl_flags & FL_POSIX) == 0) in cifs_posix_lock_set()1460 if (flock->fl_flags & FL_POSIX) in cifs_read_flock()1473 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | in cifs_read_flock()1781 if ((flock->fl_flags & FL_POSIX) || (flock->fl_flags & FL_FLOCK)) { in cifs_setlk()
1030 #define FL_POSIX 1 macro1044 #define FL_CLOSE_POSIX (FL_POSIX | FL_CLOSE)
1440 if (!(fl->fl_flags & FL_POSIX)) in gfs2_lock()
6845 unsigned int fl_flags = FL_POSIX; in nfsd4_lock()7125 file_lock->fl_flags = FL_POSIX; in nfsd4_lockt()7188 file_lock->fl_flags = FL_POSIX; in nfsd4_locku()
6650 fl->fl_flags = FL_POSIX; in smb_flock_init()
7373 if ((request->fl_flags & FL_POSIX) && in nfs4_proc_lock()
Completed in 79 milliseconds