Home
last modified time | relevance | path

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

/linux/fs/ocfs2/ !
H A Dlocks.c121 if (!(fl->c.flc_flags & FL_POSIX)) in ocfs2_lock()
/linux/include/linux/ !
H A Dfilelock.h7 #define FL_POSIX 1 macro
21 #define FL_CLOSE_POSIX (FL_POSIX | FL_CLOSE)
/linux/fs/ !
H A Dlocks.c531 fl->c.flc_flags = FL_POSIX; in flock64_to_posix_lock()
711 if ((waiter->flc_flags & (FL_POSIX | FL_FLOCK)) && in __locks_wake_up_blocks()
815 if ((blocker->flc_flags & (FL_POSIX|FL_OFDLCK)) == FL_POSIX) in __locks_insert_block()
2106 switch (fl->c.flc_flags & (FL_POSIX|FL_FLOCK)) { in locks_lock_inode_wait()
2107 case FL_POSIX: in locks_lock_inode_wait()
2622 lock.c.flc_flags = FL_POSIX | FL_CLOSE; in locks_remove_posix()
2729 * Return true if there are any FL_POSIX or FL_FLOCK locks currently
2781 if (flc->flc_flags & FL_POSIX) { in lock_get_status()
2823 if (flc->flc_flags & FL_POSIX) { in lock_get_status()
[all...]
/linux/fs/lockd/ !
H A Dxdr.c91 fl->c.flc_flags = FL_POSIX; in svcxdr_decode_lock()
H A Dsvcsubs.c189 lock.c.flc_flags = FL_POSIX; in nlm_unlock_files()
H A Dclntxdr.c279 fl->c.flc_flags = FL_POSIX; in decode_nlm_holder()
H A Dclnt4xdr.c283 fl->c.flc_flags = FL_POSIX; in decode_nlm4_holder()
H A Dsvc4proc.c49 lock->fl.c.flc_flags = FL_POSIX; in nlm4svc_retrieve_args()
H A Dsvcproc.c80 lock->fl.c.flc_flags = FL_POSIX; in nlmsvc_retrieve_args()
/linux/include/trace/events/ !
H A Dfilelock.h20 { FL_POSIX, "FL_POSIX" }, \
/linux/fs/smb/client/ !
H A Dfile.c1702 if ((flock->c.flc_flags & FL_POSIX) == 0) in cifs_posix_lock_test()
1730 if ((flock->c.flc_flags & FL_POSIX) == 0) in cifs_posix_lock_set()
1865 * Allocating count locks is enough because no FL_POSIX locks can be in cifs_push_posix_locks()
1964 if (flock->c.flc_flags & FL_POSIX) in cifs_read_flock()
1977 (~(FL_POSIX | FL_FLOCK | FL_SLEEP | in cifs_read_flock()
2312 if ((flock->c.flc_flags & FL_POSIX) || (flock->c.flc_flags & FL_FLOCK)) { in cifs_setlk()
/linux/fs/dlm/ !
H A Dplock.c464 fl->c.flc_flags = FL_POSIX; in dlm_posix_get()
/linux/fs/gfs2/ !
H A Dfile.c1446 if (!(fl->c.flc_flags & FL_POSIX)) in gfs2_lock()
/linux/fs/nfsd/ !
H A Dnfs4state.c8199 unsigned int flags = FL_POSIX; in nfsd4_lock()
8496 file_lock->c.flc_flags = FL_POSIX; in nfsd4_lockt()
8572 file_lock->c.flc_flags = FL_POSIX; in nfsd4_locku()
/linux/fs/nfs/ !
H A Dnfs4proc.c7802 if ((request->c.flc_flags & FL_POSIX) && in nfs4_proc_lock()