/Linux-v6.1/tools/testing/selftests/core/ |
D | close_range_test.c | 78 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL)); in TEST() 81 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1); in TEST() 94 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL)); in TEST() 97 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1); in TEST() 103 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL)); in TEST() 105 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1); in TEST() 109 EXPECT_EQ(-1, fcntl(open_fds[100], F_GETFL)); in TEST() 144 if (fcntl(open_fds[i], F_GETFL) != -1) in TEST() 148 if (fcntl(open_fds[i], F_GETFL) == -1) in TEST() 165 if (fcntl(open_fds[i], F_GETFL) != -1) in TEST() [all …]
|
/Linux-v6.1/include/trace/events/ |
D | fs.h | 55 { F_GETFL, "GETFL" }, \ 76 { F_GETFL, "GETFL" }, \
|
/Linux-v6.1/include/uapi/asm-generic/ |
D | fcntl.h | 103 #define F_GETFL 3 /* get file->f_flags */ macro
|
/Linux-v6.1/tools/include/uapi/asm-generic/ |
D | fcntl.h | 103 #define F_GETFL 3 /* get file->f_flags */ macro
|
/Linux-v6.1/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 | 432 flags = fcntl(master, F_GETFL); in async_pty()
|
/Linux-v6.1/tools/perf/trace/beauty/ |
D | fcntl.c | 38 if (arg->val == F_GETFL) { in syscall_arg__scnprintf_fcntl_cmd()
|
/Linux-v6.1/samples/timers/ |
D | hpet_example.c | 252 ((value = fcntl(fd, F_GETFL)) == 1) || in hpet_fasync()
|
/Linux-v6.1/tools/testing/selftests/pidfd/ |
D | pidfd_wait.c | 196 flags = fcntl(pidfd, F_GETFL, 0); in TEST()
|
/Linux-v6.1/tools/testing/selftests/openat2/ |
D | openat2_test.c | 280 fdflags = fcntl(fd, F_GETFL); in test_openat2_flags()
|
/Linux-v6.1/tools/testing/selftests/net/af_unix/ |
D | test_unix_oob.c | 39 int flags = fcntl(fd, F_GETFL, 0); in set_filemode()
|
/Linux-v6.1/fs/ |
D | fcntl.c | 336 case F_GETFL: in do_fcntl() 433 case F_GETFL: in check_fcntl_cmd()
|
/Linux-v6.1/tools/power/acpi/tools/acpidbg/ |
D | acpidbg.c | 101 ret = fcntl(fd, F_GETFL, 0); in acpi_aml_set_fl()
|
/Linux-v6.1/tools/perf/bench/ |
D | inject-buildid.c | 254 flag = fcntl(data->output_pipe[0], F_GETFL); in data_reader()
|
/Linux-v6.1/tools/testing/selftests/tpm2/ |
D | tpm2.py | 369 flags = fcntl.fcntl(self.tpm, fcntl.F_GETFL)
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | nettest.c | 1468 flags = fcntl(sd, F_GETFL); in lsock_init() 1652 flags = fcntl(sd, F_GETFL); in connectsock()
|
D | tls.c | 1205 flags = fcntl(self->fd, F_GETFL, 0); in TEST_F()
|
/Linux-v6.1/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.c | 551 int flags = fcntl(fd, F_GETFL); in set_nonblock()
|
/Linux-v6.1/tools/perf/ |
D | builtin-kvm.c | 917 arg = fcntl(fd, F_GETFL); in fd_set_nonblock()
|
/Linux-v6.1/security/selinux/ |
D | hooks.c | 3835 case F_GETFL: in selinux_file_fcntl()
|