| /linux-5.15/tools/testing/selftests/core/ ! |
| A 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-5.15/tools/include/uapi/asm-generic/ ! |
| A D | fcntl.h | 102 #define F_GETFL 3 /* get file->f_flags */ macro
|
| /linux-5.15/include/uapi/asm-generic/ ! |
| A D | fcntl.h | 103 #define F_GETFL 3 /* get file->f_flags */ macro
|
| /linux-5.15/arch/um/os-Linux/ ! |
| H A 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()
|
| H A D | sigio.c | 433 flags = fcntl(master, F_GETFL); in async_pty()
|
| /linux-5.15/tools/perf/trace/beauty/ ! |
| A D | fcntl.c | 38 if (arg->val == F_GETFL) { in syscall_arg__scnprintf_fcntl_cmd()
|
| /linux-5.15/samples/timers/ ! |
| A D | hpet_example.c | 252 ((value = fcntl(fd, F_GETFL)) == 1) || in hpet_fasync()
|
| /linux-5.15/tools/testing/selftests/pidfd/ ! |
| A D | pidfd_wait.c | 188 flags = fcntl(pidfd, F_GETFL, 0); in TEST()
|
| /linux-5.15/tools/testing/selftests/openat2/ ! |
| A D | openat2_test.c | 270 fdflags = fcntl(fd, F_GETFL); in test_openat2_flags()
|
| /linux-5.15/tools/testing/selftests/net/af_unix/ ! |
| A D | test_unix_oob.c | 39 int flags = fcntl(fd, F_GETFL, 0); in set_filemode()
|
| /linux-5.15/tools/power/acpi/tools/acpidbg/ ! |
| A D | acpidbg.c | 101 ret = fcntl(fd, F_GETFL, 0); in acpi_aml_set_fl()
|
| /linux-5.15/fs/ ! |
| H A D | fcntl.c | 352 case F_GETFL: in do_fcntl() 451 case F_GETFL: in check_fcntl_cmd()
|
| /linux-5.15/tools/perf/bench/ ! |
| A D | inject-buildid.c | 254 flag = fcntl(data->output_pipe[0], F_GETFL); in data_reader()
|
| /linux-5.15/tools/testing/selftests/tpm2/ ! |
| A D | tpm2.py | 368 flags = fcntl.fcntl(self.tpm, fcntl.F_GETFL)
|
| /linux-5.15/tools/testing/selftests/net/ ! |
| A D | nettest.c | 1433 flags = fcntl(sd, F_GETFL); in lsock_init() 1617 flags = fcntl(sd, F_GETFL); in connectsock()
|
| A D | tls.c | 1004 flags = fcntl(self->fd, F_GETFL, 0); in TEST_F()
|
| /linux-5.15/tools/testing/selftests/net/mptcp/ ! |
| A D | mptcp_connect.c | 443 int flags = fcntl(fd, F_GETFL); in set_nonblock()
|
| /linux-5.15/tools/perf/ ! |
| H A D | builtin-kvm.c | 916 arg = fcntl(fd, F_GETFL); in fd_set_nonblock()
|
| /linux-5.15/security/selinux/ ! |
| H A D | hooks.c | 3951 case F_GETFL: in selinux_file_fcntl()
|