Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfdtable.h107 struct files_struct *dup_fd(struct files_struct *, struct fd_range *) __latent_entropy;
/linux/fs/
H A Dfile.c383 struct files_struct *dup_fd(struct files_struct *oldf, struct fd_range *punch_hole) in dup_fd() function
813 fds = dup_fd(cur_fds, punch_hole); in SYSCALL_DEFINE3()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3850 int dup_fd, pipe_fds[2]; in TEST() local
3855 dup_fd = dup(pipe_fds[0]); in TEST()
3856 ASSERT_GE(dup_fd, 0); in TEST()
3857 EXPECT_NE(pipe_fds[0], dup_fd); in TEST()
3860 ASSERT_EQ(filecmp(self, self, pipe_fds[0], dup_fd), 0); in TEST()
/linux/kernel/
H A Dfork.c1591 newf = dup_fd(oldf, NULL); in copy_files()
3060 fd = dup_fd(fd, NULL); in unshare_fd()