Home
last modified time | relevance | path

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

/Linux-v6.6/include/trace/misc/
Dfs.h61 { F_GETOWN, "GETOWN" }, \
82 { F_GETOWN, "GETOWN" }, \
/Linux-v6.6/arch/parisc/include/uapi/asm/
Dfcntl.h27 #define F_GETOWN 11 /* for sockets. */ macro
/Linux-v6.6/arch/mips/include/uapi/asm/
Dfcntl.h45 #define F_GETOWN 23 /* for sockets. */ macro
/Linux-v6.6/arch/alpha/include/uapi/asm/
Dfcntl.h43 #define F_GETOWN 6 /* for sockets. */ macro
/Linux-v6.6/arch/sparc/include/uapi/asm/
Dfcntl.h41 #define F_GETOWN 5 /* for sockets. */ macro
/Linux-v6.6/tools/include/uapi/asm-generic/
Dfcntl.h111 #define F_GETOWN 9 /* for sockets. */ macro
/Linux-v6.6/include/uapi/asm-generic/
Dfcntl.h111 #define F_GETOWN 9 /* for sockets. */ macro
/Linux-v6.6/tools/perf/trace/beauty/
Dfcntl.c50 if (arg->val == F_GETOWN) { in syscall_arg__scnprintf_fcntl_cmd()
/Linux-v6.6/fs/
Dfcntl.c367 case F_GETOWN: in do_fcntl()
/Linux-v6.6/security/selinux/
Dhooks.c3864 case F_GETOWN: in selinux_file_fcntl()