Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfilelock.h7 #define FL_POSIX 1 macro
21 #define FL_CLOSE_POSIX (FL_POSIX | FL_CLOSE)
/linux-6.3-rc2/fs/ocfs2/
A Dlocks.c121 if (!(fl->fl_flags & FL_POSIX)) in ocfs2_lock()
/linux-6.3-rc2/fs/9p/
A Dvfs_file.c144 BUG_ON((fl->fl_flags & FL_POSIX) != FL_POSIX); in v9fs_file_do_lock()
349 fl->fl_flags |= FL_POSIX; in v9fs_file_flock_dotl()
/linux-6.3-rc2/fs/lockd/
A Dxdr4.c81 fl->fl_flags = FL_POSIX; in svcxdr_decode_lock()
A Dxdr.c91 fl->fl_flags = FL_POSIX; in svcxdr_decode_lock()
A Dsvcsubs.c189 lock.fl_flags = FL_POSIX; in nlm_unlock_files()
A Dclnt4xdr.c284 fl->fl_flags = FL_POSIX; in decode_nlm4_holder()
A Dclntxdr.c278 fl->fl_flags = FL_POSIX; in decode_nlm_holder()
A Dsvc4proc.c55 lock->fl.fl_flags = FL_POSIX; in nlm4svc_retrieve_args()
A Dsvcproc.c80 lock->fl.fl_flags = FL_POSIX; in nlmsvc_retrieve_args()
/linux-6.3-rc2/include/trace/events/
A Dfilelock.h20 { FL_POSIX, "FL_POSIX" }, \
/linux-6.3-rc2/fs/
A Dlocks.c73 #define IS_POSIX(fl) (fl->fl_flags & FL_POSIX)
495 fl->fl_flags = FL_POSIX; in flock64_to_posix_lock()
2032 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { in locks_lock_inode_wait()
2033 case FL_POSIX: in locks_lock_inode_wait()
2548 lock.fl_flags = FL_POSIX | FL_CLOSE; in locks_remove_posix()
/linux-6.3-rc2/fs/ceph/
A Dlocks.c254 if (!(fl->fl_flags & FL_POSIX)) in ceph_lock()
/linux-6.3-rc2/fs/dlm/
A Dplock.c362 fl->fl_flags = FL_POSIX; in dlm_posix_get()
/linux-6.3-rc2/fs/cifs/
A Dfile.c1403 if ((flock->fl_flags & FL_POSIX) == 0) in cifs_posix_lock_test()
1431 if ((flock->fl_flags & FL_POSIX) == 0) in cifs_posix_lock_set()
1663 if (flock->fl_flags & FL_POSIX) in cifs_read_flock()
1676 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | in cifs_read_flock()
1989 if ((flock->fl_flags & FL_POSIX) || (flock->fl_flags & FL_FLOCK)) { in cifs_setlk()
/linux-6.3-rc2/fs/gfs2/
A Dfile.c1427 if (!(fl->fl_flags & FL_POSIX)) in gfs2_lock()
/linux-6.3-rc2/fs/nfsd/
A Dnfs4state.c7440 unsigned int fl_flags = FL_POSIX; in nfsd4_lock()
7735 file_lock->fl_flags = FL_POSIX; in nfsd4_lockt()
7798 file_lock->fl_flags = FL_POSIX; in nfsd4_locku()
/linux-6.3-rc2/fs/ksmbd/
A Dsmb2pdu.c6695 fl->fl_flags = FL_POSIX; in smb_flock_init()
/linux-6.3-rc2/fs/nfs/
A Dnfs4proc.c7533 if ((request->fl_flags & FL_POSIX) && in nfs4_proc_lock()

Completed in 75 milliseconds