Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/nsfs/
H A Diterate_mntns.c73 fd_mnt_ns_cur = fcntl(self->fd_mnt_ns[0], F_DUPFD_CLOEXEC); in TEST_F()
94 fd_mnt_ns_cur = fcntl(self->fd_mnt_ns[MNT_NS_LAST_INDEX], F_DUPFD_CLOEXEC); in TEST_F()
/linux/tools/include/uapi/linux/
H A Dfcntl.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h29 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/linux/include/uapi/linux/
H A Dfcntl.h29 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/linux/tools/perf/trace/beauty/
H A Dfcntl.c46 if (arg->val == F_DUPFD_CLOEXEC || arg->val == F_DUPFD) { in syscall_arg__scnprintf_fcntl_cmd()
/linux/fs/
H A Dfcntl.c461 case F_DUPFD_CLOEXEC: in do_fcntl()
566 case F_DUPFD_CLOEXEC: in check_fcntl_cmd()
/linux/tools/lib/bpf/
H A Dlibbpf.c4904 new_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in bpf_map__reuse_fd()