Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfdtable.h119 struct fd_range { struct
122 struct files_struct *dup_fd(struct files_struct *, struct fd_range *) __latent_entropy; argument
/openbmc/linux/fs/
H A Dfile.c279 static unsigned int sane_fdtable_size(struct fdtable *fdt, struct fd_range *punch_hole) in sane_fdtable_size()
298 struct files_struct *dup_fd(struct files_struct *oldf, struct fd_range *punch_hole) in dup_fd()
725 struct fd_range range = {fd, max_fd}, *punch_hole = ⦥ in __close_range()