Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h109 # define F_GETLK F_GETLK64 /* Get record locking info. */
114 #ifndef F_GETLK64
115 # define F_GETLK64 12 /* Get record locking info. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h109 # define F_GETLK F_GETLK64 /* Get record locking info. */
114 #ifndef F_GETLK64
115 # define F_GETLK64 12 /* Get record locking info. */ macro
H A Dfcntl.h35 # define F_GETLK64 5 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h120 #ifndef F_GETLK64
121 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h120 #ifndef F_GETLK64
121 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h120 #ifndef F_GETLK64
121 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h119 #ifndef F_GETLK64
120 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dfcntl.h23 #define F_GETLK64 8 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dfcntl.h48 #define F_GETLK64 33 /* using 'struct flock64' */ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dfcntl.h36 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c501 case F_GETLK64: in SYSCALL_DEFINE3()
589 case F_GETLK64: in convert_fcntl_cmd()
649 case F_GETLK64: in do_compat_fcntl64()
693 case F_GETLK64: in COMPAT_SYSCALL_DEFINE3()
H A Dlocks.c2586 cmd = F_GETLK64; in fcntl_getlk64()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcompat.h59 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsys_oabi-compat.c216 if (!ret && (cmd == F_GETLK64 || cmd == F_OFD_GETLK)) { in do_locks()
236 case F_GETLK64: in sys_oabi_fcntl64()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcompat.h77 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcompat.h88 #define F_GETLK64 12 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcompat.h63 #define F_GETLK64 33 macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcompat.h60 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcompat.h114 #define F_GETLK64 12 macro
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c3879 case F_GETLK64: in selinux_file_fcntl()