Searched refs:punch_hole (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/gfs2/ |
D | bmap.c | 45 static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length); 1055 punch_hole(ip, iomap->offset, iomap->length); in gfs2_iomap_begin_write() 1143 punch_hole(ip, pos, end - pos); in gfs2_iomap_end() 1715 static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length) in punch_hole() function 2030 error = punch_hole(ip, newsize, 0); in do_shrink() 2161 error = punch_hole(ip, i_size_read(&ip->i_inode), 0); in gfs2_truncatei_resume() 2169 return punch_hole(ip, 0, 0); in gfs2_file_dealloc() 2449 error = punch_hole(ip, offset, length); in __gfs2_punch_hole()
|
/Linux-v4.19/fs/f2fs/ |
D | file.c | 921 static int punch_hole(struct inode *inode, loff_t offset, loff_t len) in punch_hole() function 1564 ret = punch_hole(inode, offset, len); in f2fs_fallocate() 1864 ret = punch_hole(inode, 0, F2FS_BLKSIZE); in f2fs_ioc_release_volatile_write()
|