Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/core/
H A Dclose_range_test.c282 int flags = fcntl(open_fds[i], F_GETFD); in TEST()
289 int flags = fcntl(open_fds[i], F_GETFD); in TEST()
296 int flags = fcntl(open_fds[i], F_GETFD); in TEST()
305 int flags = fcntl(open_fds[i], F_GETFD); in TEST()
352 int flags = fcntl(open_fds[i], F_GETFD); in TEST()
359 int flags = fcntl(open_fds[i], F_GETFD); in TEST()
366 int flags = fcntl(open_fds[i], F_GETFD); in TEST()
376 int flags = fcntl(open_fds[i], F_GETFD); in TEST()
415 flags = fcntl(fd1, F_GETFD); in TEST()
419 flags = fcntl(fd2, F_GETFD); in TEST()
[all...]
/kernel/linux/linux-6.6/include/trace/misc/
H A Dfs.h53 { F_GETFD, "GETFD" }, \
74 { F_GETFD, "GETFD" }, \
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_fcntl.c81 case F_GETFD: in VfsFcntl()
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dfcntl.h100 #define F_GETFD 1 /* get close_on_exec */ macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dfcntl.h101 #define F_GETFD 1 /* get close_on_exec */ macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dfcntl.h100 #define F_GETFD 1 /* get close_on_exec */ macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dfcntl.h100 #define F_GETFD 1 /* get close_on_exec */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dfcntl.h71 #define F_GETFD 1 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dfcntl.h85 #define F_GETFD 1 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dfcntl.h85 #define F_GETFD 1 macro
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dfcntl.c42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd()
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dfcntl.c42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd()
/kernel/linux/linux-5.10/tools/testing/selftests/sync/
H A Dsync.c185 status = fcntl(fd, F_GETFD, 0); in sw_sync_timeline_is_valid()
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c212 ret = fcntl(fd, F_GETFD); in TEST_F()
/kernel/linux/linux-6.6/tools/testing/selftests/sync/
H A Dsync.c185 status = fcntl(fd, F_GETFD, 0); in sw_sync_timeline_is_valid()
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c212 ret = fcntl(fd, F_GETFD); in TEST_F()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dkvm_binary_stats_test.c172 TEST_ASSERT(fcntl(stats_fd, F_GETFD) == -1, "Stats fd not freed"); in stats_test()
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dopenat2_test.c266 otherflags = fcntl(fd, F_GETFD); in test_openat2_flags()
270 E_assert(otherflags >= 0, "fcntl F_GETFD of new fd"); in test_openat2_flags()
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dopenat2_test.c281 otherflags = fcntl(fd, F_GETFD); in test_openat2_flags()
285 E_assert(otherflags >= 0, "fcntl F_GETFD of new fd"); in test_openat2_flags()
/kernel/linux/linux-5.10/fs/
H A Dfcntl.c344 case F_GETFD: in do_fcntl()
448 case F_GETFD: in check_fcntl_cmd()
/kernel/linux/linux-6.6/fs/
H A Dfcntl.c329 case F_GETFD: in do_fcntl()
431 case F_GETFD: in check_fcntl_cmd()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-common.c242 uffd_flags = fcntl(uffd, F_GETFD, NULL); in userfaultfd_open()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Duserfaultfd.c792 uffd_flags = fcntl(uffd, F_GETFD, NULL); in userfaultfd_open()
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4078 if (fcntl(syscall(__NR_getppid), F_GETFD) == -1) in TEST()

Completed in 18 milliseconds