Home
last modified time | relevance | path

Searched refs:F_GETLK (Results 1 – 21 of 21) 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
7 and F_GETLK value was not matching the musl port hence fixed
23 -pub const F_GETLK: ::c_int = 5;
27 +pub const F_GETLK: ::c_int = 12;
/openbmc/linux/include/linux/
H A Dfcntl.h29 #define IS_GETLK32(cmd) ((cmd) == F_GETLK)
39 #define IS_GETLK64(cmd) ((cmd) == F_GETLK)
/openbmc/linux/include/trace/misc/
H A Dfs.h57 { F_GETLK, "GETLK" }, \
78 { F_GETLK, "GETLK" }, \
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h104 #ifndef F_GETLK
105 #define F_GETLK 5 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h104 #ifndef F_GETLK
105 #define F_GETLK 5 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h40 #define F_GETLK 14 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h38 #define F_GETLK 7 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h43 #define F_GETLK 7 macro
/openbmc/qemu/util/
H A Dosdep.c213 fcntl_op_getlk = F_GETLK; in qemu_probe_lock_ops()
223 fcntl_op_getlk = F_GETLK; in qemu_probe_lock_ops()
227 fcntl_op_getlk = F_GETLK; in qemu_probe_lock_ops()
/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.c340 case F_GETLK: in do_fcntl()
567 return F_GETLK; in convert_fcntl_cmd()
615 case F_GETLK: in do_compat_fcntl64()
H A Dlocks.c2136 return filp->f_op->lock(filp, F_GETLK, fl); in vfs_test_lock()
/openbmc/linux/fs/orangefs/
H A Dfile.c541 if (cmd == F_GETLK) { in orangefs_lock()
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c591 err = fcntl(fd, F_GETLK, &lock); in os_lock_file()
/openbmc/qemu/linux-user/
H A Dsyscall.c6755 ret = F_GETLK; in target_to_host_fcntl_cmd()
6777 ret = F_GETLK; in target_to_host_fcntl_cmd()
6837 if (ret >= F_GETLK && ret <= F_SETLKW) { in target_to_host_fcntl_cmd()
6838 ret -= F_GETLK - 5; in target_to_host_fcntl_cmd()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c1746 case F_GETLK: in smack_file_fcntl()
/openbmc/linux/fs/fuse/
H A Dfile.c2614 } else if (cmd == F_GETLK) { in fuse_file_lock()
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst1178 called by the fcntl(2) system call for F_GETLK, F_SETLK, and
/openbmc/linux/security/selinux/
H A Dhooks.c3901 case F_GETLK: in selinux_file_fcntl()
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c7556 return nfs4_proc_getlk(state, F_GETLK, request); in nfs4_proc_lock()