Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h120 #ifndef F_GETLK64
121 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h120 #ifndef F_GETLK64
121 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dfcntl.h23 #define F_GETLK64 8 macro
/linux-5.19.10/arch/mips/include/uapi/asm/
Dfcntl.h48 #define F_GETLK64 33 /* using 'struct flock64' */ macro
/linux-5.19.10/include/linux/
Dfcntl.h32 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
/linux-5.19.10/include/trace/events/
Dfs.h85 { F_GETLK64, "GETLK64" }, \
/linux-5.19.10/fs/
Dfcntl.c483 case F_GETLK64: in SYSCALL_DEFINE3()
571 case F_GETLK64: in convert_fcntl_cmd()
631 case F_GETLK64: in do_compat_fcntl64()
675 case F_GETLK64: in COMPAT_SYSCALL_DEFINE3()
Dlocks.c2470 cmd = F_GETLK64; in fcntl_getlk64()
/linux-5.19.10/arch/arm/kernel/
Dsys_oabi-compat.c243 case F_GETLK64: in sys_oabi_fcntl64()
/linux-5.19.10/security/selinux/
Dhooks.c3852 case F_GETLK64: in selinux_file_fcntl()