Home
last modified time | relevance | path

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

/tools/testing/selftests/filesystems/nsfs/
A Diterate_mntns.c75 fd_mnt_ns_cur = fcntl(self->fd_mnt_ns[0], F_DUPFD_CLOEXEC); in TEST_F()
96 fd_mnt_ns_cur = fcntl(self->fd_mnt_ns[MNT_NS_LAST_INDEX], F_DUPFD_CLOEXEC); in TEST_F()
/tools/perf/trace/beauty/include/uapi/linux/
A Dfcntl.h29 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/tools/perf/trace/beauty/
A Dfcntl.c46 if (arg->val == F_DUPFD_CLOEXEC || arg->val == F_DUPFD) { in syscall_arg__scnprintf_fcntl_cmd()
/tools/lib/bpf/
A Dlibbpf_internal.h639 return fcntl(fd, F_DUPFD_CLOEXEC, 3); in dup_good_fd()
A Dlibbpf.c4921 new_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in bpf_map__reuse_fd()

Completed in 36 milliseconds