Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfile.c280 static unsigned int sane_fdtable_size(struct fdtable *fdt, struct fd_range *punch_hole) in sane_fdtable_size()
299 struct files_struct *dup_fd(struct files_struct *oldf, struct fd_range *punch_hole) in dup_fd()
726 struct fd_range range = {fd, max_fd}, *punch_hole = ⦥ in __close_range() local
/openbmc/linux/fs/gfs2/
H A Dbmap.c1710 static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length) in punch_hole() function