Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dfcntl.h17 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/Linux-v4.19/include/uapi/linux/
Dfcntl.h17 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/Linux-v4.19/tools/perf/trace/beauty/
Dfcntl.c46 if (arg->val == F_DUPFD_CLOEXEC || arg->val == F_DUPFD) { in syscall_arg__scnprintf_fcntl_cmd()
/Linux-v4.19/fs/
Dfcntl.c333 case F_DUPFD_CLOEXEC: in do_fcntl()
439 case F_DUPFD_CLOEXEC: in check_fcntl_cmd()