Home
last modified time | relevance | path

Searched refs:F_SETOWN (Results 1 – 18 of 18) sorted by relevance

/linux-5.19.10/include/trace/events/
Dfs.h60 { F_SETOWN, "SETOWN" }, \
81 { F_SETOWN, "SETOWN" }, \
/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h110 #ifndef F_SETOWN
111 #define F_SETOWN 8 /* for sockets. */ macro
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h110 #ifndef F_SETOWN
111 #define F_SETOWN 8 /* for sockets. */ macro
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dfcntl.h28 #define F_SETOWN 12 /* for sockets. */ macro
/linux-5.19.10/arch/mips/include/uapi/asm/
Dfcntl.h44 #define F_SETOWN 24 /* for sockets. */ macro
/linux-5.19.10/arch/alpha/include/uapi/asm/
Dfcntl.h42 #define F_SETOWN 5 /* for sockets. */ macro
/linux-5.19.10/arch/sparc/include/uapi/asm/
Dfcntl.h42 #define F_SETOWN 6 /* for sockets. */ macro
/linux-5.19.10/tools/perf/tests/
Dbp_signal_overflow.c110 fcntl(fd, F_SETOWN, getpid()); in test__bp_signal_overflow()
Dbp_signal.c133 fcntl(fd, F_SETOWN, getpid()); in __event()
/linux-5.19.10/tools/perf/trace/beauty/
Dfcntl.c84 if (cmd == F_SETOWN) in syscall_arg__scnprintf_fcntl_arg()
/linux-5.19.10/samples/timers/
Dhpet_example.c251 if ((fcntl(fd, F_SETOWN, getpid()) == 1) || in hpet_fasync()
/linux-5.19.10/tools/testing/selftests/net/af_unix/
Dtest_unix_oob.c214 fcntl(pfd, F_SETOWN, getpid()); in main()
/linux-5.19.10/arch/um/os-Linux/
Dsigio.c437 (fcntl(master, F_SETOWN, os_getpid()) < 0)) in async_pty()
Dfile.c421 (fcntl(fd, F_SETOWN, os_getpid()) < 0)) { in os_set_fd_async()
/linux-5.19.10/fs/
Dfcntl.c375 case F_SETOWN: in do_fcntl()
/linux-5.19.10/Documentation/security/
Dcredentials.rst60 given to it by a task that called ``fcntl(F_SETOWN)`` upon it. In this case,
/linux-5.19.10/security/smack/
Dsmack_lsm.c1613 case F_SETOWN: in smack_file_fcntl()
/linux-5.19.10/security/selinux/
Dhooks.c3836 case F_SETOWN: in selinux_file_fcntl()