Searched refs:F_GETLK64 (Results 1 – 8 of 8) sorted by relevance
119 #ifndef F_GETLK64120 #define F_GETLK64 12 /* using 'struct flock64' */ macro
23 #define F_GETLK64 8 macro
48 #define F_GETLK64 33 /* using 'struct flock64' */ macro
32 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
85 { F_GETLK64, "GETLK64" }, \
616 case F_GETLK64: in SYSCALL_DEFINE3()704 case F_GETLK64: in convert_fcntl_cmd()764 case F_GETLK64: in do_compat_fcntl64()808 case F_GETLK64: in COMPAT_SYSCALL_DEFINE3()
246 case F_GETLK64: in sys_oabi_fcntl64()
3923 case F_GETLK64: in selinux_file_fcntl()
Completed in 28 milliseconds