Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Dfcntl.h119 #ifndef F_GETLK64
120 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dfcntl.h25 #define F_GETLK64 8 macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dfcntl.h47 #define F_GETLK64 33 /* using 'struct flock64' */ macro
/linux-4.4.14/include/linux/
Dfcntl.h15 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
/linux-4.4.14/arch/arm/kernel/
Dsys_oabi-compat.c218 if (!ret && (cmd == F_GETLK64 || cmd == F_OFD_GETLK)) { in do_locks()
238 case F_GETLK64: in sys_oabi_fcntl64()
/linux-4.4.14/arch/powerpc/include/asm/
Dcompat.h85 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-4.4.14/arch/sparc/include/asm/
Dcompat.h114 #define F_GETLK64 12 macro
/linux-4.4.14/arch/arm64/include/asm/
Dcompat.h116 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-4.4.14/arch/x86/include/asm/
Dcompat.h87 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-4.4.14/arch/mips/include/asm/
Dcompat.h92 #define F_GETLK64 33 macro
/linux-4.4.14/arch/tile/include/asm/
Dcompat.h94 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-4.4.14/arch/s390/include/asm/
Dcompat.h138 #define F_GETLK64 12 macro
/linux-4.4.14/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.c2273 cmd = F_GETLK64; in fcntl_getlk64()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c2728 #ifdef F_GETLK64 in ll_file_flock()
2729 case F_GETLK64: in ll_file_flock()
/linux-4.4.14/security/selinux/
Dhooks.c3455 case F_GETLK64: in selinux_file_fcntl()