/linux/tools/testing/selftests/filelock/ |
H A D | ofdlocks.c | 66 if (fl.l_type != F_UNLCK) { in main() 77 if (fl.l_type != F_UNLCK) { in main() 86 fl.l_type = F_UNLCK; in main() 95 if (fl.l_type != F_UNLCK) { in main() 105 fl2.l_type = F_UNLCK; in main() 122 fl.l_type = F_UNLCK; in main() 126 if (fl.l_type != F_UNLCK) { in main()
|
/linux/fs/9p/ |
H A D | vfs_file.c | 110 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) { in v9fs_file_lock() 145 case F_UNLCK: in v9fs_file_do_lock() 209 if (res < 0 && fl->c.flc_type != F_UNLCK) { in v9fs_file_do_lock() 212 fl->c.flc_type = F_UNLCK; in v9fs_file_do_lock() 237 if (fl->c.flc_type != F_UNLCK) in v9fs_file_getlock() 263 fl->c.flc_type = F_UNLCK; in v9fs_file_getlock() 296 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) { in v9fs_file_lock_dotl() 330 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) { in v9fs_file_flock_dotl()
|
/linux/fs/ |
H A D | locks.c | 90 return F_UNLCK; in target_leasetype() 183 if (likely(ctx) || type == F_UNLCK) in locks_get_lock_context() 459 return F_UNLCK; in flock_translate_cmd() 482 case F_UNLCK: in assign_type() 962 fl->c.flc_type = F_UNLCK; in posix_test_lock() 984 fl->c.flc_type = F_UNLCK; in posix_test_lock() 1085 if (request->c.flc_type != F_UNLCK) in flock_lock_inode() 1090 if (!(request->c.flc_flags & FL_ACCESS) && (request->c.flc_type != F_UNLCK)) { in flock_lock_inode() 1172 (request->c.flc_type != F_UNLCK || in posix_lock_inode() 1186 if (request->c.flc_type != F_UNLCK) { in posix_lock_inode() [all …]
|
/linux/fs/ceph/ |
H A D | locks.c | 140 fl->c.flc_type = F_UNLCK; in ceph_lock_message() 297 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK != fl->c.flc_type) { in ceph_lock() 360 if (!err && F_UNLCK != fl->c.flc_type) { in ceph_flock() 422 case F_UNLCK: in lock_to_ceph_filelock()
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 35 #define F_UNLCK 03 macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 50 #define F_UNLCK 8 macro
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 50 #define F_UNLCK 3 macro
|
/linux/tools/include/uapi/asm-generic/ |
H A D | fcntl.h |
|
/linux/include/trace/misc/ |
H A D | fs.h | 100 { F_UNLCK, "UNLCK" })
|
/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 167 #define F_UNLCK 2 macro
|
/linux/include/linux/ |
H A D | filelock.h | 165 return fl->c.flc_type == F_UNLCK; in lock_is_unlock() 261 return F_UNLCK; in fcntl_getlease()
|
/linux/fs/ocfs2/ |
H A D | locks.c | 56 request.c.flc_type = F_UNLCK; in ocfs2_do_flock()
|
/linux/fs/lockd/ |
H A D | clntproc.c | 186 if (fl->c.flc_type != F_UNLCK) { in nlmclnt_proc() 443 fl->c.flc_type = F_UNLCK; in nlmclnt_test() 629 fl->c.flc_type = F_UNLCK; in nlmclnt_lock()
|
H A D | svclock.c | 641 if (lock->fl.c.flc_type == F_UNLCK) { in nlmsvc_testlock() 685 lock->fl.c.flc_type = F_UNLCK; in nlmsvc_unlock() 998 fl->c.flc_type = F_UNLCK; in nlmsvc_grant_reply()
|
H A D | xdr4.c | 221 argp->lock.fl.c.flc_type = F_UNLCK; in nlm4svc_decode_unlockargs()
|
H A D | xdr.c | 226 argp->lock.fl.c.flc_type = F_UNLCK; in nlmsvc_decode_unlockargs()
|
H A D | svcsubs.c | 184 lock.c.flc_type = F_UNLCK; in nlm_unlock_files()
|
/linux/include/linux/lockd/ |
H A D | lockd.h | 383 &&(fl1->c.flc_type == fl2->c.flc_type || fl2->c.flc_type == F_UNLCK); in nlm_compare_locks()
|
/linux/fs/nfs/ |
H A D | file.c | 729 if (fl->c.flc_type != F_UNLCK) { in do_getlk() 745 fl->c.flc_type = F_UNLCK; in do_getlk()
|
/linux/fs/nfsd/ |
H A D | nfs4layouts.c | 166 kernel_setlease(fl->nf_file, F_UNLCK, NULL, in nfsd4_close_layout() 763 BUG_ON(!(arg & F_UNLCK)); in nfsd4_layout_lm_change()
|
/linux/include/trace/events/ |
H A D | filelock.h | 36 { F_UNLCK, "F_UNLCK" })
|
/linux/fs/dlm/ |
H A D | plock.c | 458 fl->c.flc_type = F_UNLCK; in dlm_posix_get()
|
/linux/fs/afs/ |
H A D | flock.c | 733 fl->c.flc_type = F_UNLCK; in afs_do_getlk()
|
/linux/tools/hv/ |
H A D | hv_kvp_daemon.c | 146 struct flock fl = {F_UNLCK, SEEK_SET, 0, 0, 0}; in kvp_release_lock()
|
/linux/fs/gfs2/ |
H A D | file.c | 1499 request.c.flc_type = F_UNLCK; in do_flock()
|