Home
last modified time | relevance | path

Searched refs:F_UNLCK (Results 1 – 25 of 25) sorted by relevance

/linux/tools/testing/selftests/filelock/
H A Dofdlocks.c66 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 Dlocks.c140 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 Dfcntl.h35 #define F_UNLCK 03 macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h50 #define F_UNLCK 8 macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h50 #define F_UNLCK 3 macro
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h166 #define F_UNLCK 2 macro
/linux/fs/ocfs2/
H A Dlocks.c56 request.c.flc_type = F_UNLCK; in ocfs2_do_flock()
/linux/include/trace/misc/
H A Dfs.h100 { F_UNLCK, "UNLCK" })
/linux/fs/lockd/
H A Dsvclock.c645 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 Dlockd.h422 &&(fl1->c.flc_type == fl2->c.flc_type || fl2->c.flc_type == F_UNLCK); in nlm_compare_locks()
H A Dsvcsubs.c211 lock.c.flc_type = F_UNLCK; in nlm_unlock_files()
H A Dsvc4proc.c490 F_UNLCK); in nlm4svc_proc_unlock()
794 &file, &argp->xdrgen.alock, F_UNLCK); in __nlm4svc_proc_unlock_msg()
/linux/fs/dlm/
H A Dplock.c458 fl->c.flc_type = F_UNLCK; in dlm_posix_get()
/linux/fs/afs/
H A Dflock.c733 fl->c.flc_type = F_UNLCK; in afs_do_getlk()
/linux/tools/hv/
H A Dhv_kvp_daemon.c148 struct flock fl = {F_UNLCK, SEEK_SET, 0, 0, 0}; in kvp_release_lock()
/linux/fs/gfs2/
H A Dfile.c1508 request.c.flc_type = F_UNLCK; in do_flock()
/linux/fs/nfsd/
H A Dnfs4state.c1252 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 Dfile.c2441 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 Dfile.c1702 flock->c.flc_type = F_UNLCK; in cifs_lock_test()
2133 flock->c.flc_type = F_UNLCK; in cifs_getlk()
H A Dcifsfs.c1128 if (arg == F_UNLCK || in cifs_setlease()
H A Dcifssmb.c2374 pLockData->c.flc_type = F_UNLCK; in CIFSSMBPosixLock()
/linux/include/trace/events/
H A Dafs.h455 E_(F_UNLCK, "UNLCK")
/linux/fs/smb/server/
H A Dsmb2pdu.c7425 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 Dnfs4proc.c6953 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()