Home
last modified time | relevance | path

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

/linux/fs/9p/
A Dvfs_file.c142 if ((fl->fl_flags & FL_POSIX) != FL_POSIX) in v9fs_file_do_lock()
348 fl->fl_flags |= FL_POSIX; in v9fs_file_flock_dotl()
/linux/fs/ocfs2/
A Dlocks.c120 if (!(fl->fl_flags & FL_POSIX)) in ocfs2_lock()
/linux/fs/lockd/
A Dxdr4.c90 fl->fl_flags = FL_POSIX; in svcxdr_decode_lock()
A Dxdr.c91 fl->fl_flags = FL_POSIX; in svcxdr_decode_lock()
A Dclnt4xdr.c284 fl->fl_flags = FL_POSIX; in decode_nlm4_holder()
A Dclntxdr.c278 fl->fl_flags = FL_POSIX; in decode_nlm_holder()
/linux/fs/
A Dlocks.c71 #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()
/linux/include/trace/events/
A Dfilelock.h20 { FL_POSIX, "FL_POSIX" }, \
/linux/fs/ceph/
A Dlocks.c241 if (!(fl->fl_flags & FL_POSIX)) in ceph_lock()
/linux/fs/dlm/
A Dplock.c366 fl->fl_flags = FL_POSIX; in dlm_posix_get()
/linux/fs/cifs/
A Dfile.c1207 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()
/linux/include/linux/
A Dfs.h1030 #define FL_POSIX 1 macro
1044 #define FL_CLOSE_POSIX (FL_POSIX | FL_CLOSE)
/linux/fs/gfs2/
A Dfile.c1440 if (!(fl->fl_flags & FL_POSIX)) in gfs2_lock()
/linux/fs/nfsd/
A Dnfs4state.c6845 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()
/linux/fs/ksmbd/
A Dsmb2pdu.c6650 fl->fl_flags = FL_POSIX; in smb_flock_init()
/linux/fs/nfs/
A Dnfs4proc.c7373 if ((request->fl_flags & FL_POSIX) && in nfs4_proc_lock()

Completed in 79 milliseconds