Searched refs:F_GETFD (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/core/
H A Dclose_range_test.c255 int flags = fcntl(open_fds[i], F_GETFD);
262 int flags = fcntl(open_fds[i], F_GETFD);
269 int flags = fcntl(open_fds[i], F_GETFD);
278 int flags = fcntl(open_fds[i], F_GETFD);
325 int flags = fcntl(open_fds[i], F_GETFD);
332 int flags = fcntl(open_fds[i], F_GETFD);
339 int flags = fcntl(open_fds[i], F_GETFD);
349 int flags = fcntl(open_fds[i], F_GETFD);
388 flags = fcntl(fd1, F_GETFD);
392 flags = fcntl(fd2, F_GETFD);
[all...]
/linux-master/include/trace/misc/
H A Dfs.h53 { F_GETFD, "GETFD" }, \
74 { F_GETFD, "GETFD" }, \
/linux-master/tools/testing/selftests/filesystems/eventfd/
H A Deventfd_test.c64 flags = fcntl(fd, F_GETFD);
98 flags = fcntl(fd, F_GETFD);
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h100 #define F_GETFD 1 /* get close_on_exec */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h100 #define F_GETFD 1 /* get close_on_exec */ macro
/linux-master/tools/perf/trace/beauty/
H A Dfcntl.c42 if (arg->val == F_GETFD) {
/linux-master/tools/testing/selftests/sync/
H A Dsync.c185 status = fcntl(fd, F_GETFD, 0);
/linux-master/tools/testing/selftests/kvm/
H A Dkvm_binary_stats_test.c172 TEST_ASSERT(fcntl(stats_fd, F_GETFD) == -1, "Stats fd not freed");
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c218 ret = fcntl(fd, F_GETFD);
/linux-master/tools/testing/selftests/openat2/
H A Dopenat2_test.c281 otherflags = fcntl(fd, F_GETFD);
285 E_assert(otherflags >= 0, "fcntl F_GETFD of new fd");
/linux-master/fs/
H A Dfcntl.c345 case F_GETFD:
449 case F_GETFD:
/linux-master/tools/testing/selftests/mm/
H A Duffd-common.c244 uffd_flags = fcntl(uffd, F_GETFD, NULL);
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4050 if (fcntl(i, F_GETFD) == -1)
4095 if (fcntl(syscall(__NR_getppid), F_GETFD) == -1)

Completed in 183 milliseconds