Home
last modified time | relevance | path

Searched refs:F_DUPFD (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/trace/events/
Dfs.h52 { F_DUPFD, "DUPFD" }, \
73 { F_DUPFD, "DUPFD" }, \
/linux-5.19.10/tools/perf/trace/beauty/
Dfcntl.c46 if (arg->val == F_DUPFD_CLOEXEC || arg->val == F_DUPFD) { in syscall_arg__scnprintf_fcntl_cmd()
75 if (cmd == F_DUPFD) in syscall_arg__scnprintf_fcntl_arg()
/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h100 #define F_DUPFD 0 /* dup */ macro
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h100 #define F_DUPFD 0 /* dup */ macro
/linux-5.19.10/fs/
Dfcntl.c322 case F_DUPFD: in do_fcntl()
428 case F_DUPFD: in check_fcntl_cmd()