/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch | 4 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 D | 0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch | 31 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 D | fcntl.h | 31 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) 41 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
|
/openbmc/linux/include/trace/misc/ |
H A D | fs.h | 59 { F_SETLKW, "SETLKW" }, \ 80 { F_SETLKW, "SETLKW" }, \
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 42 #define F_SETLKW 7 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 40 #define F_SETLKW 9 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 45 #define F_SETLKW 9 macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 107 #define F_SETLKW 7 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 107 #define F_SETLKW 7 macro
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | fcntl.c | 93 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 D | python3-pyruvate_1.2.1.bb | 14 …file://0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch;patchdir=${UNPACKDIR}/cargo…
|
/openbmc/linux/fs/ |
H A D | fcntl.c | 354 case F_SETLKW: in do_fcntl() 571 return F_SETLKW; in convert_fcntl_cmd() 636 case F_SETLKW: in do_compat_fcntl64()
|
H A D | locks.c | 2112 (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 D | fcntl-lock.c | 133 int block = F_SETLKW; in main()
|
/openbmc/linux/tools/hv/ |
H A D | hv_kvp_daemon.c | 126 if (fcntl(kvp_file_info[pool].fd, F_SETLKW, &fl) == -1) { in kvp_acquire_lock()
|
/openbmc/linux/security/smack/ |
H A D | smack_lsm.c | 1749 case F_SETLKW: in smack_file_fcntl()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 6761 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 D | smb2pdu.c | 7166 cmd = F_SETLKW; in smb2_set_flock_flags() 7172 cmd = F_SETLKW; in smb2_set_flock_flags()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 1179 F_SETLKW commands
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 3903 case F_SETLKW: in selinux_file_fcntl()
|