Home
last modified time | relevance | path

Searched refs:F_SETLKW (Results 1 – 20 of 20) sorted by relevance

/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
29 +pub const F_SETLKW: ::c_int = 14;
H A D0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch31 pub const F_SETLKW: ::c_int = 14;
59 pub const F_SETLKW: ::c_int = 35;
73 pub const F_SETLKW: ::c_int = 14;
87 pub const F_SETLKW: ::c_int = 14;
101 pub const F_SETLKW: ::c_int = 7;
116 pub const F_SETLKW: ::c_int = 7;
/openbmc/linux/include/linux/
H A Dfcntl.h31 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW)
41 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
/openbmc/linux/include/trace/misc/
H A Dfs.h59 { F_SETLKW, "SETLKW" }, \
80 { F_SETLKW, "SETLKW" }, \
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h42 #define F_SETLKW 7 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h40 #define F_SETLKW 9 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h45 #define F_SETLKW 9 macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h107 #define F_SETLKW 7 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h107 #define F_SETLKW 7 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.c354 case F_SETLKW: in do_fcntl()
571 return F_SETLKW; in convert_fcntl_cmd()
636 case F_SETLKW: in do_compat_fcntl64()
H A Dlocks.c2112 (can_sleep) ? F_SETLKW : F_SETLK, in SYSCALL_DEFINE2()
2373 cmd = F_SETLKW; in fcntl_setlk()
2377 case F_SETLKW: in fcntl_setlk()
2587 filp->f_op->flock(filp, F_SETLKW, &fl); in locks_remove_flock()
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c133 int block = F_SETLKW; in main()
/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c126 if (fcntl(kvp_file_info[pool].fd, F_SETLKW, &fl) == -1) { in kvp_acquire_lock()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c1749 case F_SETLKW: in smack_file_fcntl()
/openbmc/qemu/linux-user/
H A Dsyscall.c6761 ret = F_SETLKW; in target_to_host_fcntl_cmd()
6783 ret = F_SETLKW; in target_to_host_fcntl_cmd()
6837 if (ret >= F_GETLK && ret <= F_SETLKW) { in target_to_host_fcntl_cmd()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c7166 cmd = F_SETLKW; in smb2_set_flock_flags()
7172 cmd = F_SETLKW; in smb2_set_flock_flags()
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst1179 F_SETLKW commands
/openbmc/linux/security/selinux/
H A Dhooks.c3903 case F_SETLKW: in selinux_file_fcntl()