Searched refs:F_SETOWN (Results 1 – 18 of 18) sorted by relevance
/linux-5.19.10/include/trace/events/ |
D | fs.h | 60 { F_SETOWN, "SETOWN" }, \ 81 { F_SETOWN, "SETOWN" }, \
|
/linux-5.19.10/tools/include/uapi/asm-generic/ |
D | fcntl.h | 110 #ifndef F_SETOWN 111 #define F_SETOWN 8 /* for sockets. */ macro
|
/linux-5.19.10/include/uapi/asm-generic/ |
D | fcntl.h | 110 #ifndef F_SETOWN 111 #define F_SETOWN 8 /* for sockets. */ macro
|
/linux-5.19.10/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 28 #define F_SETOWN 12 /* for sockets. */ macro
|
/linux-5.19.10/arch/mips/include/uapi/asm/ |
D | fcntl.h | 44 #define F_SETOWN 24 /* for sockets. */ macro
|
/linux-5.19.10/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 42 #define F_SETOWN 5 /* for sockets. */ macro
|
/linux-5.19.10/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 42 #define F_SETOWN 6 /* for sockets. */ macro
|
/linux-5.19.10/tools/perf/tests/ |
D | bp_signal_overflow.c | 110 fcntl(fd, F_SETOWN, getpid()); in test__bp_signal_overflow()
|
D | bp_signal.c | 133 fcntl(fd, F_SETOWN, getpid()); in __event()
|
/linux-5.19.10/tools/perf/trace/beauty/ |
D | fcntl.c | 84 if (cmd == F_SETOWN) in syscall_arg__scnprintf_fcntl_arg()
|
/linux-5.19.10/samples/timers/ |
D | hpet_example.c | 251 if ((fcntl(fd, F_SETOWN, getpid()) == 1) || in hpet_fasync()
|
/linux-5.19.10/tools/testing/selftests/net/af_unix/ |
D | test_unix_oob.c | 214 fcntl(pfd, F_SETOWN, getpid()); in main()
|
/linux-5.19.10/arch/um/os-Linux/ |
D | sigio.c | 437 (fcntl(master, F_SETOWN, os_getpid()) < 0)) in async_pty()
|
D | file.c | 421 (fcntl(fd, F_SETOWN, os_getpid()) < 0)) { in os_set_fd_async()
|
/linux-5.19.10/fs/ |
D | fcntl.c | 375 case F_SETOWN: in do_fcntl()
|
/linux-5.19.10/Documentation/security/ |
D | credentials.rst | 60 given to it by a task that called ``fcntl(F_SETOWN)`` upon it. In this case,
|
/linux-5.19.10/security/smack/ |
D | smack_lsm.c | 1613 case F_SETOWN: in smack_file_fcntl()
|
/linux-5.19.10/security/selinux/ |
D | hooks.c | 3836 case F_SETOWN: in selinux_file_fcntl()
|