Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/core/
H A Dclose_range_test.c417 flags = fcntl(fd1, F_GETFD); in TEST()
421 flags = fcntl(fd2, F_GETFD); in TEST()
441 flags = fcntl(fd3, F_GETFD); in TEST()
456 flags = fcntl(fd1, F_GETFD); in TEST()
460 flags = fcntl(fd2, F_GETFD); in TEST()
485 flags = fcntl(fd3, F_GETFD); in TEST()
540 flags = fcntl(fd1, F_GETFD); in TEST()
544 flags = fcntl(fd2, F_GETFD); in TEST()
576 flags = fcntl(fd1, F_GETFD); in TEST()
580 flags = fcntl(fd2, F_GETFD); in TEST()
[all …]
/linux-6.15/include/trace/misc/
H A Dfs.h53 { F_GETFD, "GETFD" }, \
74 { F_GETFD, "GETFD" }, \
/linux-6.15/tools/testing/selftests/filesystems/eventfd/
H A Deventfd_test.c66 flags = fcntl(fd, F_GETFD); in TEST()
100 flags = fcntl(fd, F_GETFD); in TEST()
/linux-6.15/include/uapi/asm-generic/
H A Dfcntl.h99 #define F_GETFD 1 /* get close_on_exec */ macro
/linux-6.15/tools/perf/trace/beauty/
H A Dfcntl.c42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd()
/linux-6.15/tools/testing/selftests/sync/
H A Dsync.c185 status = fcntl(fd, F_GETFD, 0); in sw_sync_timeline_is_valid()
/linux-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c218 ret = fcntl(fd, F_GETFD); in TEST_F()
/linux-6.15/tools/testing/selftests/kvm/
H A Dkvm_binary_stats_test.c170 TEST_ASSERT(fcntl(stats_fd, F_GETFD) == -1, "Stats fd not freed"); in stats_test()
/linux-6.15/tools/testing/selftests/openat2/
H A Dopenat2_test.c282 otherflags = fcntl(fd, F_GETFD); in test_openat2_flags()
/linux-6.15/tools/testing/selftests/hid/tests/
H A Dbase_device.py259 flag = fcntl.fcntl(fd, fcntl.F_GETFD)
/linux-6.15/fs/
H A Dfcntl.c467 case F_GETFD: in do_fcntl()
568 case F_GETFD: in check_fcntl_cmd()
/linux-6.15/tools/testing/selftests/mm/
H A Duffd-common.c244 uffd_flags = fcntl(uffd, F_GETFD, NULL); in userfaultfd_open()
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4117 if (fcntl(i, F_GETFD) == -1) in get_next_fd()
4162 if (fcntl(syscall(__NR_getppid), F_GETFD) == -1) in TEST()