/kernel/linux/linux-6.6/tools/testing/selftests/core/ |
H A 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...] |
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 53 { F_GETFD, "GETFD" }, \ 74 { F_GETFD, "GETFD" }, \
|
/kernel/liteos_a/fs/vfs/operation/ |
H A D | vfs_fcntl.c | 81 case F_GETFD: in VfsFcntl()
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 100 #define F_GETFD 1 /* get close_on_exec */ macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | fcntl.h | 101 #define F_GETFD 1 /* get close_on_exec */ macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | fcntl.h | 100 #define F_GETFD 1 /* get close_on_exec */ macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 100 #define F_GETFD 1 /* get close_on_exec */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 71 #define F_GETFD 1 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 85 #define F_GETFD 1 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 85 #define F_GETFD 1 macro
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | fcntl.c | 42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd()
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | fcntl.c | 42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd()
|
/kernel/linux/linux-5.10/tools/testing/selftests/sync/ |
H A D | sync.c | 185 status = fcntl(fd, F_GETFD, 0); in sw_sync_timeline_is_valid()
|
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd_getfd_test.c | 212 ret = fcntl(fd, F_GETFD); in TEST_F()
|
/kernel/linux/linux-6.6/tools/testing/selftests/sync/ |
H A D | sync.c | 185 status = fcntl(fd, F_GETFD, 0); in sw_sync_timeline_is_valid()
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_getfd_test.c | 212 ret = fcntl(fd, F_GETFD); in TEST_F()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | kvm_binary_stats_test.c | 172 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 D | openat2_test.c | 266 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 D | openat2_test.c | 281 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 D | fcntl.c | 344 case F_GETFD: in do_fcntl() 448 case F_GETFD: in check_fcntl_cmd()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fcntl.c | 329 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 D | uffd-common.c | 242 uffd_flags = fcntl(uffd, F_GETFD, NULL); in userfaultfd_open()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | userfaultfd.c | 792 uffd_flags = fcntl(uffd, F_GETFD, NULL); in userfaultfd_open()
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 4078 if (fcntl(syscall(__NR_getppid), F_GETFD) == -1) in TEST()
|