Searched refs:F_DUPFD_QUERY (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/core/ |
H A D | close_range_test.c | 25 #ifndef F_DUPFD_QUERY 26 #define F_DUPFD_QUERY (F_LINUX_SPECIFIC_BASE + 3) macro 62 ret = fcntl(open_fds[i], F_DUPFD_QUERY, open_fds[i + 1]); in TEST() 397 flags = fcntl(fd1, F_DUPFD_QUERY, fd2); in TEST() 428 flags = fcntl(fd1, F_DUPFD_QUERY, fd3); in TEST() 467 flags = fcntl(fd1, F_DUPFD_QUERY, fd3); in TEST() 478 flags = fcntl(fd1, F_DUPFD_QUERY, fd4); in TEST()
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | fcntl.h | 17 #define F_DUPFD_QUERY (F_LINUX_SPECIFIC_BASE + 3) macro
|
/linux/include/uapi/linux/ |
H A D | fcntl.h | 17 #define F_DUPFD_QUERY (F_LINUX_SPECIFIC_BASE + 3) macro
|
/linux/fs/ |
H A D | fcntl.c | 464 case F_DUPFD_QUERY: in do_fcntl() 567 case F_DUPFD_QUERY: in check_fcntl_cmd()
|