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