Searched refs:F_GETFL (Results 1 - 24 of 24) sorted by relevance

/linux-master/tools/testing/selftests/core/
H A Dclose_range_test.c51 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL));
54 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1);
67 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL));
70 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1);
76 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL));
78 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1);
82 EXPECT_EQ(-1, fcntl(open_fds[100], F_GETFL));
117 if (fcntl(open_fds[i], F_GETFL) != -1)
121 if (fcntl(open_fds[i], F_GETFL) == -1)
138 if (fcntl(open_fds[i], F_GETFL) !
[all...]
/linux-master/tools/testing/selftests/filesystems/eventfd/
H A Deventfd_test.c50 flags = fcntl(fd, F_GETFL);
78 flags = fcntl(fd, F_GETFL);
93 flags = fcntl(fd, F_GETFL);
172 ret = fcntl(fd, F_GETFL);
/linux-master/include/trace/misc/
H A Dfs.h55 { F_GETFL, "GETFL" }, \
76 { F_GETFL, "GETFL" }, \
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h102 #define F_GETFL 3 /* get file->f_flags */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h102 #define F_GETFL 3 /* get file->f_flags */ macro
/linux-master/tools/perf/trace/beauty/
H A Dfcntl.c38 if (arg->val == F_GETFL) {
/linux-master/arch/um/os-Linux/
H A Dfile.c408 flags = fcntl(fd, F_GETFL);
435 flags = fcntl(fd, F_GETFL);
449 flags = fcntl(fd, F_GETFL);
H A Dsigio.c433 flags = fcntl(master, F_GETFL);
/linux-master/samples/timers/
H A Dhpet_example.c252 ((value = fcntl(fd, F_GETFL)) == 1) ||
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c196 flags = fcntl(pidfd, F_GETFL, 0);
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Drepair.c174 flags = fcntl(sk, F_GETFL);
H A Dsock.c27 flags = fcntl(sk, F_GETFL);
94 flags = fcntl(sk, F_GETFL);
/linux-master/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c39 int flags = fcntl(fd, F_GETFL, 0);
/linux-master/tools/testing/selftests/openat2/
H A Dopenat2_test.c280 fdflags = fcntl(fd, F_GETFL);
284 E_assert(fdflags >= 0, "fcntl F_GETFL of new fd");
287 /* O_CLOEXEC isn't shown in F_GETFL. */
290 /* O_CREAT is hidden from F_GETFL. */
/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c101 ret = fcntl(fd, F_GETFL, 0);
103 perror("fcntl(F_GETFL)");
/linux-master/tools/perf/bench/
H A Dinject-buildid.c255 flag = fcntl(data->output_pipe[0], F_GETFL);
/linux-master/fs/
H A Dfcntl.c352 case F_GETFL:
451 case F_GETFL:
/linux-master/tools/testing/selftests/net/
H A Dnettest.c1530 flags = fcntl(sd, F_GETFL);
1714 flags = fcntl(sd, F_GETFL);
H A Dtls.c1290 flags = fcntl(self->fd, F_GETFL, 0);
/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2.py369 flags = fcntl.fcntl(self.tpm, fcntl.F_GETFL)
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c593 int flags = fcntl(fd, F_GETFL);
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1436 arg = fcntl(fd, F_GETFL);
/linux-master/tools/testing/ktest/
H A Dktest.pl9 use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK);
/linux-master/security/selinux/
H A Dhooks.c3900 case F_GETFL:

Completed in 465 milliseconds