Searched refs:F_DUPFD_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
73 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()
29 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
46 if (arg->val == F_DUPFD_CLOEXEC || arg->val == F_DUPFD) { in syscall_arg__scnprintf_fcntl_cmd()
461 case F_DUPFD_CLOEXEC: in do_fcntl()566 case F_DUPFD_CLOEXEC: in check_fcntl_cmd()
4904 new_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in bpf_map__reuse_fd()