Home
last modified time | relevance | path

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

/linux-3.4.99/include/asm-generic/
Dfcntl.h111 #ifndef F_GETLK64
112 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-3.4.99/arch/parisc/include/asm/
Dfcntl.h24 #define F_GETLK64 8 macro
/linux-3.4.99/arch/mips/include/asm/
Dfcntl.h46 #define F_GETLK64 33 /* using 'struct flock64' */ macro
Dcompat.h91 #define F_GETLK64 33 macro
/linux-3.4.99/include/linux/
Dfcntl.h61 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
/linux-3.4.99/arch/arm/kernel/
Dsys_oabi-compat.c206 case F_GETLK64: in sys_oabi_fcntl64()
225 case F_GETLK64: in sys_oabi_fcntl64()
/linux-3.4.99/arch/powerpc/include/asm/
Dcompat.h80 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-3.4.99/arch/s390/include/asm/
Dcompat.h110 #define F_GETLK64 12 macro
/linux-3.4.99/arch/sparc/include/asm/
Dcompat.h113 #define F_GETLK64 12 macro
/linux-3.4.99/arch/x86/include/asm/
Dcompat.h86 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-3.4.99/arch/tile/include/asm/
Dcompat.h95 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-3.4.99/fs/
Dcompat.c443 case F_GETLK64: in compat_sys_fcntl64()
451 ret = sys_fcntl(fd, (cmd == F_GETLK64) ? F_GETLK : in compat_sys_fcntl64()
455 if (cmd == F_GETLK64 && ret == 0) { in compat_sys_fcntl64()
476 if ((cmd == F_GETLK64) || (cmd == F_SETLK64) || (cmd == F_SETLKW64)) in compat_sys_fcntl()
Dfcntl.c498 case F_GETLK64: in SYSCALL_DEFINE3()
/linux-3.4.99/security/selinux/
Dhooks.c3212 case F_GETLK64: in selinux_file_fcntl()