Symbol: F_GETFL
arch/um/os-Linux/file.c
398
flags = fcntl(fd, F_GETFL);
arch/um/os-Linux/file.c
425
flags = fcntl(fd, F_GETFL);
arch/um/os-Linux/file.c
439
flags = fcntl(fd, F_GETFL);
arch/um/os-Linux/sigio.c
187
flags = fcntl(master, F_GETFL);
fs/fcntl.c
473
case F_GETFL:
fs/fcntl.c
581
case F_GETFL:
include/trace/misc/fs.h
55
{ F_GETFL, "GETFL" }, \
include/trace/misc/fs.h
76
{ F_GETFL, "GETFL" }, \
samples/timers/hpet_example.c
252
((value = fcntl(fd, F_GETFL)) == 1) ||
security/selinux/hooks.c
4082
case F_GETFL:
tools/perf/bench/inject-buildid.c
255
flag = fcntl(data->output_pipe[0], F_GETFL);
tools/perf/builtin-kvm.c
1383
arg = fcntl(fd, F_GETFL);
tools/perf/trace/beauty/fcntl.c
38
if (arg->val == F_GETFL) {
tools/power/acpi/tools/acpidbg/acpidbg.c
101
ret = fcntl(fd, F_GETFL, 0);
tools/testing/selftests/bpf/benchs/bench_sockmap.c
149
int flags = fcntl(fd, F_GETFL, 0);
tools/testing/selftests/core/close_range_test.c
100
EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1);
tools/testing/selftests/core/close_range_test.c
104
EXPECT_EQ(-1, fcntl(open_fds[100], F_GETFL));
tools/testing/selftests/core/close_range_test.c
139
if (fcntl(open_fds[i], F_GETFL) != -1)
tools/testing/selftests/core/close_range_test.c
143
if (fcntl(open_fds[i], F_GETFL) == -1)
tools/testing/selftests/core/close_range_test.c
160
if (fcntl(open_fds[i], F_GETFL) != -1)
tools/testing/selftests/core/close_range_test.c
164
if (fcntl(open_fds[i], F_GETFL) == -1)
tools/testing/selftests/core/close_range_test.c
174
if (fcntl(open_fds[i], F_GETFL) != -1)
tools/testing/selftests/core/close_range_test.c
177
if (fcntl(open_fds[100], F_GETFL) == -1)
tools/testing/selftests/core/close_range_test.c
185
if (fcntl(open_fds[100], F_GETFL) != -1)
tools/testing/selftests/core/close_range_test.c
228
if (fcntl(open_fds[i], F_GETFL) != -1)
tools/testing/selftests/core/close_range_test.c
73
EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL));
tools/testing/selftests/core/close_range_test.c
76
EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1);
tools/testing/selftests/core/close_range_test.c
89
EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL));
tools/testing/selftests/core/close_range_test.c
92
EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1);
tools/testing/selftests/core/close_range_test.c
98
EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL));
tools/testing/selftests/coredump/coredump_test_helpers.c
315
flags = fcntl(fd_coredump, F_GETFL, 0);
tools/testing/selftests/filesystems/eventfd/eventfd_test.c
174
ret = fcntl(fd, F_GETFL);
tools/testing/selftests/filesystems/eventfd/eventfd_test.c
52
flags = fcntl(fd, F_GETFL);
tools/testing/selftests/filesystems/eventfd/eventfd_test.c
80
flags = fcntl(fd, F_GETFL);
tools/testing/selftests/filesystems/eventfd/eventfd_test.c
95
flags = fcntl(fd, F_GETFL);
tools/testing/selftests/net/busy_poller.c
202
flags = fcntl(sockfd, F_GETFL, 0);
tools/testing/selftests/net/mptcp/mptcp_connect.c
608
int flags = fcntl(fd, F_GETFL);
tools/testing/selftests/net/nettest.c
1530
flags = fcntl(sd, F_GETFL);
tools/testing/selftests/net/nettest.c
1714
flags = fcntl(sd, F_GETFL);
tools/testing/selftests/net/tcp_ao/lib/repair.c
174
flags = fcntl(sk, F_GETFL);
tools/testing/selftests/net/tcp_ao/lib/sock.c
126
flags = fcntl(sk, F_GETFL);
tools/testing/selftests/net/tcp_ao/lib/sock.c
27
flags = fcntl(sk, F_GETFL);
tools/testing/selftests/net/tls.c
1393
flags = fcntl(self->fd, F_GETFL, 0);
tools/testing/selftests/openat2/openat2_test.c
281
fdflags = fcntl(fd, F_GETFL);
tools/testing/selftests/pidfd/pidfd_wait.c
185
flags = fcntl(pidfd, F_GETFL, 0);
tools/testing/selftests/vfio/lib/include/libvfio/vfio_pci_device.h
77
r = fcntl(fd, F_GETFL, 0);
tools/testing/vsock/vsock_test.c
2102
if (fcntl(s, F_SETFL, fcntl(s, F_GETFL, 0) | O_NONBLOCK) < 0) {
tools/testing/vsock/vsock_test.c
2259
if (fcntl(fd, F_SETFL, fcntl(fd, F_GETFL, 0) | O_NONBLOCK) < 0) {