Searched refs:F_GETLK64 (Results 1 – 14 of 14) sorted by relevance
111 #ifndef F_GETLK64112 #define F_GETLK64 12 /* using 'struct flock64' */ macro
24 #define F_GETLK64 8 macro
46 #define F_GETLK64 33 /* using 'struct flock64' */ macro
91 #define F_GETLK64 33 macro
61 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
206 case F_GETLK64: in sys_oabi_fcntl64()225 case F_GETLK64: in sys_oabi_fcntl64()
80 #define F_GETLK64 12 /* using 'struct flock64' */ macro
110 #define F_GETLK64 12 macro
113 #define F_GETLK64 12 macro
86 #define F_GETLK64 12 /* using 'struct flock64' */ macro
95 #define F_GETLK64 12 /* using 'struct flock64' */ macro
443 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()
498 case F_GETLK64: in SYSCALL_DEFINE3()
3212 case F_GETLK64: in selinux_file_fcntl()