| /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 D | fcntl-linux.h | 109 # 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 D | fcntl-linux.h | 109 # 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 D | fcntl.h | 35 # define F_GETLK64 5 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 120 #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 D | fcntl.h | 120 #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 D | fcntl.h | 120 #ifndef F_GETLK64 121 #define F_GETLK64 12 /* using 'struct flock64' */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 119 #ifndef F_GETLK64 120 #define F_GETLK64 12 /* using 'struct flock64' */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 23 #define F_GETLK64 8 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 48 #define F_GETLK64 33 /* using 'struct flock64' */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fcntl.h | 36 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fcntl.c | 501 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 D | locks.c | 2586 cmd = F_GETLK64; in fcntl_getlk64()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | compat.h | 59 #define F_GETLK64 12 /* using 'struct flock64' */ macro
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 216 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 D | compat.h | 77 #define F_GETLK64 12 /* using 'struct flock64' */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | compat.h | 88 #define F_GETLK64 12 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | compat.h | 63 #define F_GETLK64 33 macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | compat.h | 60 #define F_GETLK64 12 /* using 'struct flock64' */ macro
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | compat.h | 114 #define F_GETLK64 12 macro
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 3879 case F_GETLK64: in selinux_file_fcntl()
|