Home
last modified time | relevance | path

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

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