Home
last modified time | relevance | path

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

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