| /linux-6.15/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-6.15/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-6.15/fs/ |
| H A D | locks.c | 90 return F_UNLCK; in target_leasetype() 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() 1433 case F_UNLCK: in lease_clear_pending() 1450 if (arg == F_UNLCK) { in lease_modify() 1705 int type = F_UNLCK; in fcntl_getlease() 1933 case F_UNLCK: in generic_setlease() 1966 if (arg != F_UNLCK) in setlease_notifier() [all …]
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 35 #define F_UNLCK 03 macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 50 #define F_UNLCK 8 macro
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 50 #define F_UNLCK 3 macro
|
| /linux-6.15/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-6.15/include/trace/misc/ |
| H A D | fs.h | 100 { F_UNLCK, "UNLCK" })
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | fcntl.h | 166 #define F_UNLCK 2 macro
|
| /linux-6.15/fs/ocfs2/ |
| H A D | locks.c | 56 request.c.flc_type = F_UNLCK; in ocfs2_do_flock()
|
| /linux-6.15/include/linux/ |
| H A D | filelock.h | 165 return fl->c.flc_type == F_UNLCK; in lock_is_unlock() 266 return F_UNLCK; in fcntl_getlease()
|
| /linux-6.15/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 | 640 if (lock->fl.c.flc_type == F_UNLCK) { in nlmsvc_testlock() 684 lock->fl.c.flc_type = F_UNLCK; in nlmsvc_unlock() 997 fl->c.flc_type = F_UNLCK; in nlmsvc_grant_reply()
|
| H A D | xdr4.c | 220 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-6.15/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-6.15/include/trace/events/ |
| H A D | filelock.h | 36 { F_UNLCK, "F_UNLCK" })
|
| /linux-6.15/fs/nfs/ |
| H A D | file.c | 738 if (fl->c.flc_type != F_UNLCK) { in do_getlk() 754 fl->c.flc_type = F_UNLCK; in do_getlk()
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs4layouts.c | 166 kernel_setlease(fl->nf_file, F_UNLCK, NULL, in nfsd4_close_layout() 764 BUG_ON(!(arg & F_UNLCK)); in nfsd4_layout_lm_change()
|
| /linux-6.15/fs/dlm/ |
| H A D | plock.c | 458 fl->c.flc_type = F_UNLCK; in dlm_posix_get()
|
| /linux-6.15/fs/afs/ |
| H A D | flock.c | 733 fl->c.flc_type = F_UNLCK; in afs_do_getlk()
|
| /linux-6.15/tools/hv/ |
| H A D | hv_kvp_daemon.c | 147 struct flock fl = {F_UNLCK, SEEK_SET, 0, 0, 0}; in kvp_release_lock()
|
| /linux-6.15/fs/gfs2/ |
| H A D | file.c | 1500 request.c.flc_type = F_UNLCK; in do_flock()
|
| /linux-6.15/fs/smb/client/ |
| H A D | file.c | 1616 flock->c.flc_type = F_UNLCK; in cifs_lock_test() 2041 flock->c.flc_type = F_UNLCK; in cifs_getlk()
|