Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/asm-generic/
Dfcntl.h120 #ifndef F_GETLK64
121 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/Linux-v5.15/tools/include/uapi/asm-generic/
Dfcntl.h119 #ifndef F_GETLK64
120 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/Linux-v5.15/arch/parisc/include/uapi/asm/
Dfcntl.h23 #define F_GETLK64 8 macro
/Linux-v5.15/arch/mips/include/uapi/asm/
Dfcntl.h48 #define F_GETLK64 33 /* using 'struct flock64' */ macro
/Linux-v5.15/include/linux/
Dfcntl.h32 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
/Linux-v5.15/arch/powerpc/include/asm/
Dcompat.h55 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/Linux-v5.15/arch/sparc/include/asm/
Dcompat.h87 #define F_GETLK64 12 macro
/Linux-v5.15/arch/arm64/include/asm/
Dcompat.h76 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/Linux-v5.15/arch/mips/include/asm/
Dcompat.h68 #define F_GETLK64 33 macro
/Linux-v5.15/arch/x86/include/asm/
Dcompat.h61 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/Linux-v5.15/fs/
Dfcntl.c502 case F_GETLK64: in SYSCALL_DEFINE3()
590 case F_GETLK64: in convert_fcntl_cmd()
650 case F_GETLK64: in do_compat_fcntl64()
694 case F_GETLK64: in COMPAT_SYSCALL_DEFINE3()
Dlocks.c2484 cmd = F_GETLK64; in fcntl_getlk64()
/Linux-v5.15/arch/s390/include/asm/
Dcompat.h113 #define F_GETLK64 12 macro
/Linux-v5.15/arch/arm/kernel/
Dsys_oabi-compat.c243 case F_GETLK64: in sys_oabi_fcntl64()
/Linux-v5.15/security/selinux/
Dhooks.c3965 case F_GETLK64: in selinux_file_fcntl()