Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfilelock.h7 #define FL_POSIX 1 macro
21 #define FL_CLOSE_POSIX (FL_POSIX | FL_CLOSE)
/openbmc/linux/fs/9p/
H A Dvfs_file.c130 BUG_ON((fl->fl_flags & FL_POSIX) != FL_POSIX); in v9fs_file_do_lock()
335 fl->fl_flags |= FL_POSIX; in v9fs_file_flock_dotl()
/openbmc/linux/fs/ocfs2/
H A Dlocks.c121 if (!(fl->fl_flags & FL_POSIX)) in ocfs2_lock()
/openbmc/linux/fs/lockd/
H A Dxdr4.c92 fl->fl_flags = FL_POSIX; in svcxdr_decode_lock()
H A Dxdr.c91 fl->fl_flags = FL_POSIX; in svcxdr_decode_lock()
H A Dsvcsubs.c189 lock.fl_flags = FL_POSIX; in nlm_unlock_files()
H A Dclnt4xdr.c283 fl->fl_flags = FL_POSIX; in decode_nlm4_holder()
H A Dclntxdr.c278 fl->fl_flags = FL_POSIX; in decode_nlm_holder()
H A Dsvc4proc.c55 lock->fl.fl_flags = FL_POSIX; in nlm4svc_retrieve_args()
H A Dsvcproc.c80 lock->fl.fl_flags = FL_POSIX; in nlmsvc_retrieve_args()
/openbmc/linux/include/trace/events/
H A Dfilelock.h20 { FL_POSIX, "FL_POSIX" }, \
/openbmc/linux/fs/
H A Dlocks.c73 #define IS_POSIX(fl) (fl->fl_flags & FL_POSIX)
495 fl->fl_flags = FL_POSIX; in flock64_to_posix_lock()
2040 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { in locks_lock_inode_wait()
2041 case FL_POSIX: in locks_lock_inode_wait()
2556 lock.fl_flags = FL_POSIX | FL_CLOSE; in locks_remove_posix()
/openbmc/linux/fs/ceph/
H A Dlocks.c254 if (!(fl->fl_flags & FL_POSIX)) in ceph_lock()
/openbmc/linux/fs/dlm/
H A Dplock.c474 fl->fl_flags = FL_POSIX; in dlm_posix_get()
/openbmc/linux/fs/smb/client/
H A Dfile.c1499 if ((flock->fl_flags & FL_POSIX) == 0) in cifs_posix_lock_test()
1527 if ((flock->fl_flags & FL_POSIX) == 0) in cifs_posix_lock_set()
1759 if (flock->fl_flags & FL_POSIX) in cifs_read_flock()
1772 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | in cifs_read_flock()
2085 if ((flock->fl_flags & FL_POSIX) || (flock->fl_flags & FL_FLOCK)) { in cifs_setlk()
/openbmc/linux/fs/gfs2/
H A Dfile.c1438 if (!(fl->fl_flags & FL_POSIX)) in gfs2_lock()
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c7511 unsigned int fl_flags = FL_POSIX; in nfsd4_lock()
7806 file_lock->fl_flags = FL_POSIX; in nfsd4_lockt()
7869 file_lock->fl_flags = FL_POSIX; in nfsd4_locku()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c7150 fl->fl_flags = FL_POSIX; in smb_flock_init()
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c7572 if ((request->fl_flags & FL_POSIX) && in nfs4_proc_lock()