Searched refs:F_GETFL (Results 1 – 19 of 19) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/core/ |
| D | close_range_test.c | 82 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL)); in TEST() 85 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1); in TEST() 98 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL)); in TEST() 101 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1); in TEST() 107 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL)); in TEST() 109 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1); in TEST() 113 EXPECT_EQ(-1, fcntl(open_fds[100], F_GETFL)); in TEST() 148 if (fcntl(open_fds[i], F_GETFL) != -1) in TEST() 152 if (fcntl(open_fds[i], F_GETFL) == -1) in TEST() 169 if (fcntl(open_fds[i], F_GETFL) != -1) in TEST() [all …]
|
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | fcntl.h | 103 #define F_GETFL 3 /* get file->f_flags */ macro
|
| /Linux-v5.15/tools/include/uapi/asm-generic/ |
| D | fcntl.h | 102 #define F_GETFL 3 /* get file->f_flags */ macro
|
| /Linux-v5.15/arch/um/os-Linux/ |
| D | file.c | 408 flags = fcntl(fd, F_GETFL); in os_set_fd_async() 435 flags = fcntl(fd, F_GETFL); in os_clear_fd_async() 449 flags = fcntl(fd, F_GETFL); in os_set_fd_block()
|
| D | sigio.c | 433 flags = fcntl(master, F_GETFL); in async_pty()
|
| /Linux-v5.15/tools/perf/trace/beauty/ |
| D | fcntl.c | 38 if (arg->val == F_GETFL) { in syscall_arg__scnprintf_fcntl_cmd()
|
| /Linux-v5.15/samples/timers/ |
| D | hpet_example.c | 252 ((value = fcntl(fd, F_GETFL)) == 1) || in hpet_fasync()
|
| /Linux-v5.15/tools/testing/selftests/pidfd/ |
| D | pidfd_wait.c | 188 flags = fcntl(pidfd, F_GETFL, 0); in TEST()
|
| /Linux-v5.15/tools/testing/selftests/net/af_unix/ |
| D | test_unix_oob.c | 39 int flags = fcntl(fd, F_GETFL, 0); in set_filemode()
|
| /Linux-v5.15/tools/testing/selftests/openat2/ |
| D | openat2_test.c | 270 fdflags = fcntl(fd, F_GETFL); in test_openat2_flags()
|
| /Linux-v5.15/tools/power/acpi/tools/acpidbg/ |
| D | acpidbg.c | 101 ret = fcntl(fd, F_GETFL, 0); in acpi_aml_set_fl()
|
| /Linux-v5.15/fs/ |
| D | fcntl.c | 352 case F_GETFL: in do_fcntl() 451 case F_GETFL: in check_fcntl_cmd()
|
| /Linux-v5.15/tools/perf/bench/ |
| D | inject-buildid.c | 254 flag = fcntl(data->output_pipe[0], F_GETFL); in data_reader()
|
| /Linux-v5.15/tools/testing/selftests/tpm2/ |
| D | tpm2.py | 368 flags = fcntl.fcntl(self.tpm, fcntl.F_GETFL)
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | nettest.c | 1433 flags = fcntl(sd, F_GETFL); in lsock_init() 1617 flags = fcntl(sd, F_GETFL); in connectsock()
|
| D | tls.c | 1004 flags = fcntl(self->fd, F_GETFL, 0); in TEST_F()
|
| /Linux-v5.15/tools/testing/selftests/net/mptcp/ |
| D | mptcp_connect.c | 443 int flags = fcntl(fd, F_GETFL); in set_nonblock()
|
| /Linux-v5.15/tools/perf/ |
| D | builtin-kvm.c | 916 arg = fcntl(fd, F_GETFL); in fd_set_nonblock()
|
| /Linux-v5.15/security/selinux/ |
| D | hooks.c | 3951 case F_GETFL: in selinux_file_fcntl()
|