Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dbmap.c43 static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length);
1123 punch_hole(ip, iomap->offset, iomap->length); in gfs2_iomap_begin_write()
1244 punch_hole(ip, pos, end - pos); in gfs2_iomap_end()
1757 static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length) in punch_hole() function
2077 error = punch_hole(ip, newsize, 0); in do_shrink()
2211 error = punch_hole(ip, i_size_read(&ip->i_inode), 0); in gfs2_truncatei_resume()
2219 return punch_hole(ip, 0, 0); in gfs2_file_dealloc()
2511 error = punch_hole(ip, offset, length); in __gfs2_punch_hole()
/kernel/linux/linux-5.10/fs/f2fs/
Dfile.c1048 static int punch_hole(struct inode *inode, loff_t offset, loff_t len) in punch_hole() function
1743 ret = punch_hole(inode, offset, len); in f2fs_fallocate()
2184 ret = punch_hole(inode, 0, F2FS_BLKSIZE); in f2fs_ioc_release_volatile_write()