Searched refs:F_GETFD (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/tools/testing/selftests/core/ |
D | close_range_test.c | 282 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 …]
|
/Linux-v6.1/include/trace/events/ |
D | fs.h | 53 { F_GETFD, "GETFD" }, \ 74 { F_GETFD, "GETFD" }, \
|
/Linux-v6.1/tools/testing/selftests/kvm/ |
D | kvm_binary_stats_test.c | 184 TEST_ASSERT(fcntl(stats_fd, F_GETFD) == -1, "Stats fd not freed"); in vm_stats_test() 193 TEST_ASSERT(fcntl(stats_fd, F_GETFD) == -1, "Stats fd not freed"); in vcpu_stats_test()
|
/Linux-v6.1/include/uapi/asm-generic/ |
D | fcntl.h | 101 #define F_GETFD 1 /* get close_on_exec */ macro
|
/Linux-v6.1/tools/include/uapi/asm-generic/ |
D | fcntl.h | 101 #define F_GETFD 1 /* get close_on_exec */ macro
|
/Linux-v6.1/tools/perf/trace/beauty/ |
D | fcntl.c | 42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd()
|
/Linux-v6.1/tools/testing/selftests/sync/ |
D | sync.c | 185 status = fcntl(fd, F_GETFD, 0); in sw_sync_timeline_is_valid()
|
/Linux-v6.1/tools/testing/selftests/pidfd/ |
D | pidfd_getfd_test.c | 212 ret = fcntl(fd, F_GETFD); in TEST_F()
|
/Linux-v6.1/tools/testing/selftests/openat2/ |
D | openat2_test.c | 281 otherflags = fcntl(fd, F_GETFD); in test_openat2_flags()
|
/Linux-v6.1/fs/ |
D | fcntl.c | 329 case F_GETFD: in do_fcntl() 431 case F_GETFD: in check_fcntl_cmd()
|
/Linux-v6.1/tools/testing/selftests/vm/ |
D | userfaultfd.c | 463 uffd_flags = fcntl(uffd, F_GETFD, NULL); in userfaultfd_open()
|
/Linux-v6.1/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 4054 if (fcntl(syscall(__NR_getppid), F_GETFD) == -1) in TEST()
|