Home
last modified time | relevance | path

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

12

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch4 Subject: [PATCH] musl/riscv32: Define F_SETLK, F_SETLKW and fix F_GETLK
6 F_SETLK and F_SETLKW were not defined therefore define them
28 +pub const F_SETLK: ::c_int = 13;
H A D0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch30 pub const F_SETLK: ::c_int = 13;
58 pub const F_SETLK: ::c_int = 34;
72 pub const F_SETLK: ::c_int = 13;
86 pub const F_SETLK: ::c_int = 13;
100 pub const F_SETLK: ::c_int = 6;
115 pub const F_SETLK: ::c_int = 6;
/openbmc/linux/include/linux/
H A Dfcntl.h30 #define IS_SETLK32(cmd) ((cmd) == F_SETLK)
40 #define IS_SETLK64(cmd) ((cmd) == F_SETLK)
/openbmc/linux/include/trace/misc/
H A Dfs.h58 { F_SETLK, "SETLK" }, \
79 { F_SETLK, "SETLK" }, \
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h41 #define F_SETLK 6 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h39 #define F_SETLK 8 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h44 #define F_SETLK 8 macro
/openbmc/qemu/util/
H A Dosdep.c212 fcntl_op_setlk = F_SETLK; in qemu_probe_lock_ops()
222 fcntl_op_setlk = F_SETLK; in qemu_probe_lock_ops()
226 fcntl_op_setlk = F_SETLK; in qemu_probe_lock_ops()
H A Doslib-posix.c142 if (fcntl(fd, F_SETLK, &lock)) { in qemu_write_pidfile()
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c169 block = F_SETLK; in main()
253 block = F_SETLK; in main()
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/
H A Dautoconf-2.73.patch24 APR_CHECK_DEFINE(F_SETLK, fcntl.h)
/openbmc/linux/fs/lockd/
H A Dsvclock.c549 error = vfs_lock_file(file->f_file[mode], F_SETLK, &lock->fl, NULL); in nlmsvc_lock()
675 error = vfs_lock_file(lock->fl.fl_file, F_SETLK, in nlmsvc_unlock()
679 error |= vfs_lock_file(lock->fl.fl_file, F_SETLK, in nlmsvc_unlock()
859 error = vfs_lock_file(file->f_file[mode], F_SETLK, &lock->fl, NULL); in nlmsvc_grant_blocked()
986 error = vfs_lock_file(fl->fl_file, F_SETLK, fl, NULL); in nlmsvc_grant_reply()
H A Dsvcsubs.c192 if (lock.fl_file && vfs_lock_file(lock.fl_file, F_SETLK, &lock, NULL)) in nlm_unlock_files()
195 if (lock.fl_file && vfs_lock_file(lock.fl_file, F_SETLK, &lock, NULL)) in nlm_unlock_files()
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h106 #define F_SETLK 6 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h106 #define F_SETLK 6 macro
/openbmc/linux/tools/perf/trace/beauty/
H A Dfcntl.c93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK || in syscall_arg__scnprintf_fcntl_arg()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyruvate_1.2.1.bb14 …file://0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch;patchdir=${UNPACKDIR}/cargo…
/openbmc/linux/fs/
H A Dfcntl.c353 case F_SETLK: in do_fcntl()
569 return F_SETLK; in convert_fcntl_cmd()
635 case F_SETLK: in do_compat_fcntl64()
H A Dlocks.c2112 (can_sleep) ? F_SETLKW : F_SETLK, in SYSCALL_DEFINE2()
2364 cmd = F_SETLK; in fcntl_setlk()
2565 error = vfs_lock_file(filp, F_SETLK, &lock, NULL); in locks_remove_posix()
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c586 err = fcntl(fd, F_SETLK, &lock); in os_lock_file()
/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c138 if (fcntl(kvp_file_info[pool].fd, F_SETLK, &fl) == -1) { in kvp_release_lock()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c7179 cmd = F_SETLK; in smb2_set_flock_flags()
7185 cmd = F_SETLK; in smb2_set_flock_flags()
7191 cmd = F_SETLK; in smb2_set_flock_flags()
7566 rc = vfs_lock_file(filp, F_SETLK, rlock, NULL); in smb2_lock()
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c7082 trace_nfs4_unlock(request, state, F_SETLK, status); in nfs4_proc_unlck()
7338 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM); in nfs4_lock_reclaim()
7364 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED); in nfs4_lock_expired()
7643 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW); in nfs4_lock_delegation_recall()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c1748 case F_SETLK: in smack_file_fcntl()
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c7655 err = vfs_lock_file(nf->nf_file, F_SETLK, file_lock, conflock); in nfsd4_lock()
7877 err = vfs_lock_file(nf->nf_file, F_SETLK, file_lock, NULL); in nfsd4_locku()

12