Home
last modified time | relevance | path

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

12

/openbmc/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()
/openbmc/linux/fs/
H A Dlocks.c87 return F_UNLCK; in target_leasetype()
180 if (likely(ctx) || type == F_UNLCK) in locks_get_lock_context()
423 return F_UNLCK; in flock_translate_cmd()
446 case F_UNLCK: in assign_type()
878 if (caller_fl->fl_type == F_UNLCK) { in posix_test_locks_conflict()
912 fl->fl_type = F_UNLCK; in posix_test_lock()
934 fl->fl_type = F_UNLCK; in posix_test_lock()
1033 if (request->fl_type != F_UNLCK) in flock_lock_inode()
1038 if (!(request->fl_flags & FL_ACCESS) && (request->fl_type != F_UNLCK)) { in flock_lock_inode()
1059 if (request->fl_type == F_UNLCK) { in flock_lock_inode()
[all …]
/openbmc/linux/fs/ceph/
H A Dlocks.c138 fl->fl_type = F_UNLCK; in ceph_lock_message()
274 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK == fl->fl_type) in ceph_lock()
286 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK == fl->fl_type) { in ceph_lock()
294 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK != fl->fl_type) { in ceph_lock()
333 if (F_UNLCK == fl->fl_type) in ceph_flock()
348 if (F_UNLCK == fl->fl_type) { in ceph_flock()
356 if (!err && F_UNLCK != fl->fl_type) { in ceph_flock()
413 case F_UNLCK: in lock_to_ceph_filelock()
/openbmc/linux/fs/9p/
H A Dvfs_file.c110 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock()
146 case F_UNLCK: in v9fs_file_do_lock()
210 if (res < 0 && fl->fl_type != F_UNLCK) { in v9fs_file_do_lock()
212 fl->fl_type = F_UNLCK; in v9fs_file_do_lock()
237 if (fl->fl_type != F_UNLCK) in v9fs_file_getlock()
263 fl->fl_type = F_UNLCK; in v9fs_file_getlock()
296 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock_dotl()
330 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_flock_dotl()
/openbmc/linux/fs/ocfs2/
H A Dlocks.c56 request.fl_type = F_UNLCK; in ocfs2_do_flock()
110 if (fl->fl_type == F_UNLCK) in ocfs2_flock()
/openbmc/libpldm/src/requester/
H A Dinstance-id.c114 .l_type = F_UNLCK,
184 if (flop.l_type == F_UNLCK) { in pldm_instance_id_alloc()
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h35 #define F_UNLCK 03 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h50 #define F_UNLCK 8 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h50 #define F_UNLCK 3 macro
/openbmc/linux/fs/nfs/
H A Dfile.c729 if (fl->fl_type != F_UNLCK) { in do_getlk()
745 fl->fl_type = F_UNLCK; in do_getlk()
856 else if (fl->fl_type == F_UNLCK) in nfs_lock()
883 if (fl->fl_type == F_UNLCK) in nfs_flock()
/openbmc/linux/include/trace/misc/
H A Dfs.h100 { F_UNLCK, "UNLCK" })
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h167 #define F_UNLCK 2 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h167 #define F_UNLCK 2 macro
/openbmc/linux/fs/afs/
H A Dflock.c733 fl->fl_type = F_UNLCK; in afs_do_getlk()
737 if (fl->fl_type == F_UNLCK) { in afs_do_getlk()
781 if (fl->fl_type == F_UNLCK) in afs_lock()
823 if (fl->fl_type == F_UNLCK) in afs_flock()
/openbmc/qemu/util/
H A Dosdep.c263 return qemu_lock_fcntl(fd, start, len, F_UNLCK); in qemu_unlock_fd()
280 return fl.l_type == F_UNLCK ? 0 : -EAGAIN; in qemu_lock_fd_test()
/openbmc/linux/fs/lockd/
H A Dclntproc.c185 if (fl->fl_type != F_UNLCK) { in nlmclnt_proc()
441 fl->fl_type = F_UNLCK; in nlmclnt_test()
626 fl->fl_type = F_UNLCK; in nlmclnt_lock()
H A Dsvclock.c628 if (lock->fl.fl_type == F_UNLCK) { in nlmsvc_testlock()
672 lock->fl.fl_type = F_UNLCK; in nlmsvc_unlock()
985 fl->fl_type = F_UNLCK; in nlmsvc_grant_reply()
H A Dxdr4.c221 argp->lock.fl.fl_type = F_UNLCK; in nlm4svc_decode_unlockargs()
H A Dxdr.c226 argp->lock.fl.fl_type = F_UNLCK; in nlmsvc_decode_unlockargs()
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c163 type = F_UNLCK; in main()
/openbmc/linux/fs/gfs2/
H A Dfile.c1441 if (fl->fl_type == F_UNLCK) in gfs2_lock()
1449 else if (fl->fl_type == F_UNLCK) in gfs2_lock()
1493 request.fl_type = F_UNLCK; in do_flock()
1558 if (fl->fl_type == F_UNLCK) { in gfs2_flock()
/openbmc/linux/include/linux/lockd/
H A Dlockd.h383 &&(fl1->fl_type == fl2->fl_type || fl2->fl_type == F_UNLCK); in nlm_compare_locks()
/openbmc/linux/include/linux/
H A Dfilelock.h223 return F_UNLCK; in fcntl_getlease()
/openbmc/linux/fs/nfsd/
H A Dnfs4layouts.c173 vfs_setlease(ls->ls_file->nf_file, F_UNLCK, NULL, (void **)&ls); in nfsd4_free_layout_stateid()
742 BUG_ON(!(arg & F_UNLCK)); in nfsd4_layout_lm_change()
/openbmc/linux/include/trace/events/
H A Dfilelock.h36 { F_UNLCK, "F_UNLCK" })

12