Searched refs:F_GETFD (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/core/ |
| A D | close_range_test.c | 417 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/include/trace/misc/ |
| A D | fs.h | 53 { F_GETFD, "GETFD" }, \ 74 { F_GETFD, "GETFD" }, \
|
| /linux/tools/testing/selftests/filesystems/eventfd/ |
| A D | eventfd_test.c | 66 flags = fcntl(fd, F_GETFD); in TEST() 100 flags = fcntl(fd, F_GETFD); in TEST()
|
| /linux/include/uapi/asm-generic/ |
| A D | fcntl.h | 100 #define F_GETFD 1 /* get close_on_exec */ macro
|
| /linux/tools/perf/trace/beauty/ |
| A D | fcntl.c | 42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd()
|
| /linux/tools/testing/selftests/sync/ |
| A D | sync.c | 185 status = fcntl(fd, F_GETFD, 0); in sw_sync_timeline_is_valid()
|
| /linux/tools/testing/selftests/pidfd/ |
| A D | pidfd_getfd_test.c | 218 ret = fcntl(fd, F_GETFD); in TEST_F()
|
| /linux/tools/testing/selftests/kvm/ |
| A D | kvm_binary_stats_test.c | 170 TEST_ASSERT(fcntl(stats_fd, F_GETFD) == -1, "Stats fd not freed"); in stats_test()
|
| /linux/tools/testing/selftests/openat2/ |
| A D | openat2_test.c | 282 otherflags = fcntl(fd, F_GETFD); in test_openat2_flags()
|
| /linux/tools/testing/selftests/hid/tests/ |
| A D | base_device.py | 259 flag = fcntl.fcntl(fd, fcntl.F_GETFD)
|
| /linux/fs/ |
| A D | fcntl.c | 462 case F_GETFD: in do_fcntl() 563 case F_GETFD: in check_fcntl_cmd()
|
| /linux/tools/testing/selftests/mm/ |
| A D | uffd-common.c | 244 uffd_flags = fcntl(uffd, F_GETFD, NULL); in userfaultfd_open()
|
| /linux/tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 4106 if (fcntl(i, F_GETFD) == -1) in get_next_fd() 4151 if (fcntl(syscall(__NR_getppid), F_GETFD) == -1) in TEST()
|
Completed in 34 milliseconds