Home
last modified time | relevance | path

Searched refs:F_DUPFD_QUERY (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/core/
H A Dclose_range_test.c25 #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 Dfcntl.h17 #define F_DUPFD_QUERY (F_LINUX_SPECIFIC_BASE + 3) macro
/linux/include/uapi/linux/
H A Dfcntl.h17 #define F_DUPFD_QUERY (F_LINUX_SPECIFIC_BASE + 3) macro
/linux/fs/
H A Dfcntl.c464 case F_DUPFD_QUERY: in do_fcntl()
567 case F_DUPFD_QUERY: in check_fcntl_cmd()