Home
last modified time | relevance | path

Searched refs:fd_range (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dfdtable.h104 struct fd_range { struct
107 struct files_struct *dup_fd(struct files_struct *, struct fd_range *) __latent_entropy; argument
/linux-6.15/fs/
H A Dfile.c349 static unsigned int sane_fdtable_size(struct fdtable *fdt, struct fd_range *punch_hole) in sane_fdtable_size()
368 struct files_struct *dup_fd(struct files_struct *oldf, struct fd_range *punch_hole) in dup_fd()
788 struct fd_range range = {fd, max_fd}, *punch_hole = ⦥ in SYSCALL_DEFINE3()