Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h119 #ifndef F_GETLK64
120 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dfcntl.h25 #define F_GETLK64 8 macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dfcntl.h47 #define F_GETLK64 33 /* using 'struct flock64' */ macro
/linux-4.1.27/include/linux/
Dfcntl.h15 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
/linux-4.1.27/arch/arm/kernel/
Dsys_oabi-compat.c209 case F_GETLK64: in sys_oabi_fcntl64()
228 case F_GETLK64: in sys_oabi_fcntl64()
/linux-4.1.27/arch/sparc/include/asm/
Dcompat.h114 #define F_GETLK64 12 macro
/linux-4.1.27/arch/powerpc/include/asm/
Dcompat.h85 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-4.1.27/arch/mips/include/asm/
Dcompat.h92 #define F_GETLK64 33 macro
/linux-4.1.27/arch/tile/include/asm/
Dcompat.h94 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-4.1.27/arch/arm64/include/asm/
Dcompat.h117 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-4.1.27/arch/x86/include/asm/
Dcompat.h87 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-4.1.27/arch/s390/include/asm/
Dcompat.h138 #define F_GETLK64 12 macro
/linux-4.1.27/fs/
Dcompat.c406 case F_GETLK64: in convert_fcntl_cmd()
457 case F_GETLK64: in COMPAT_SYSCALL_DEFINE3()
493 case F_GETLK64: in COMPAT_SYSCALL_DEFINE3()
Dfcntl.c399 case F_GETLK64: in SYSCALL_DEFINE3()
Dlocks.c2245 cmd = F_GETLK64; in fcntl_getlk64()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c2759 #ifdef F_GETLK64 in ll_file_flock()
2760 case F_GETLK64: in ll_file_flock()
/linux-4.1.27/security/selinux/
Dhooks.c3421 case F_GETLK64: in selinux_file_fcntl()