Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfile.c284 static unsigned int sane_fdtable_size(struct fdtable *fdt, struct fd_range *punch_hole) in sane_fdtable_size()
303 struct files_struct *dup_fd(struct files_struct *oldf, struct fd_range *punch_hole) in dup_fd()
737 struct fd_range range = {fd, max_fd}, *punch_hole = ⦥ in __close_range() local
/linux-6.12.1/tools/testing/selftests/kvm/lib/
Dkvm_util.c1204 bool punch_hole) in vm_guest_mem_fallocate()
/linux-6.12.1/fs/gfs2/
Dbmap.c1713 static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length) in punch_hole() function