Home
last modified time | relevance | path

Searched defs:dup_fd (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/
Dfile.c303 struct files_struct *dup_fd(struct files_struct *oldf, struct fd_range *punch_hole) in dup_fd() function
/linux-6.12.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3842 int dup_fd, pipe_fds[2]; in TEST() local