Searched refs:punch_hole (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/gfs2/ |
| D | bmap.c | 43 static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length); 1121 punch_hole(ip, iomap->offset, iomap->length); in gfs2_iomap_begin_write() 1237 punch_hole(ip, pos, end - pos); in gfs2_iomap_end() 1750 static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length) in punch_hole() function 2070 error = punch_hole(ip, newsize, 0); in do_shrink() 2203 error = punch_hole(ip, i_size_read(&ip->i_inode), 0); in gfs2_truncatei_resume() 2211 return punch_hole(ip, 0, 0); in gfs2_file_dealloc() 2494 error = punch_hole(ip, offset, length); in __gfs2_punch_hole()
|
| /Linux-v5.4/fs/f2fs/ |
| D | file.c | 949 static int punch_hole(struct inode *inode, loff_t offset, loff_t len) in punch_hole() function 1609 ret = punch_hole(inode, offset, len); in f2fs_fallocate() 2009 ret = punch_hole(inode, 0, F2FS_BLKSIZE); in f2fs_ioc_release_volatile_write()
|