| /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/ceph/ |
| H A D | locks.c | 140 fl->c.flc_type = F_UNLCK; in ceph_lock_message() 300 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK != fl->c.flc_type) { in ceph_lock() 363 if (!err && F_UNLCK != fl->c.flc_type) { in ceph_flock() 425 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/uapi/asm-generic/ |
| H A D | fcntl.h | 166 #define F_UNLCK 2 macro
|
| /linux/fs/ocfs2/ |
| H A D | locks.c | 56 request.c.flc_type = F_UNLCK; in ocfs2_do_flock()
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 100 { F_UNLCK, "UNLCK" })
|
| /linux/fs/lockd/ |
| H A D | svclock.c | 645 if (conflock->fl.c.flc_type == F_UNLCK) { in nlmsvc_testlock() 689 lock->fl.c.flc_type = F_UNLCK; in nlmsvc_unlock() 1005 fl->c.flc_type = F_UNLCK; in nlmsvc_grant_reply()
|
| H A D | lockd.h | 422 &&(fl1->c.flc_type == fl2->c.flc_type || fl2->c.flc_type == F_UNLCK); in nlm_compare_locks()
|
| H A D | svcsubs.c | 211 lock.c.flc_type = F_UNLCK; in nlm_unlock_files()
|
| H A D | svc4proc.c | 490 F_UNLCK); in nlm4svc_proc_unlock() 794 &file, &argp->xdrgen.alock, F_UNLCK); in __nlm4svc_proc_unlock_msg()
|
| /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 | 148 struct flock fl = {F_UNLCK, SEEK_SET, 0, 0, 0}; in kvp_release_lock()
|
| /linux/fs/gfs2/ |
| H A D | file.c | 1508 request.c.flc_type = F_UNLCK; in do_flock()
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 1252 kernel_setlease(nf->nf_file, F_UNLCK, NULL, (void **)&dp); in nfs4_unlock_deleg_lease() 5574 if (arg & F_UNLCK) { in nfsd_change_deleg_cb() 6207 kernel_setlease(fp->fi_deleg_file->nf_file, F_UNLCK, NULL, (void **)&dp); in nfs4_set_delegation() 8638 if (file_lock->c.flc_type != F_UNLCK) { in nfsd4_lockt() 8699 file_lock->c.flc_type = F_UNLCK; in nfsd4_locku() 9551 kernel_setlease(fp->fi_deleg_file->nf_file, F_UNLCK, NULL, (void **)&dp); in nfsd_get_dir_deleg()
|
| /linux/fs/fuse/ |
| H A D | file.c | 2441 case F_UNLCK: in convert_fuse_file_lock() 2520 struct pid *pid = fl->c.flc_type != F_UNLCK ? task_tgid(current) : NULL; in fuse_setlk()
|
| /linux/fs/smb/client/ |
| H A D | file.c | 1702 flock->c.flc_type = F_UNLCK; in cifs_lock_test() 2133 flock->c.flc_type = F_UNLCK; in cifs_getlk()
|
| H A D | cifsfs.c | 1128 if (arg == F_UNLCK || in cifs_setlease()
|
| H A D | cifssmb.c | 2374 pLockData->c.flc_type = F_UNLCK; in CIFSSMBPosixLock()
|
| /linux/include/trace/events/ |
| H A D | afs.h | 455 E_(F_UNLCK, "UNLCK")
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 7425 flock->c.flc_type = F_UNLCK; in smb2_set_flock_flags() 7565 if (cmp_lock->fl->c.flc_type != F_UNLCK && in smb2_lock() 7566 flock->c.flc_type != F_UNLCK) { in smb2_lock() 7807 rlock->c.flc_type = F_UNLCK; in smb2_lock()
|
| /linux/fs/nfs/ |
| H A D | nfs4proc.c | 6953 request->c.flc_type = F_UNLCK; in _nfs4_proc_getlk() 7182 fl->c.flc_type = F_UNLCK; in nfs4_do_unlck() 7756 return generic_setlease(file, F_UNLCK, NULL, priv); in nfs4_delete_lease() 7784 case F_UNLCK: in nfs4_proc_setlease()
|