Searched refs:fill_zero (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/f2fs/ |
D | file.c | 1057 static int fill_zero(struct inode *inode, pgoff_t index, in fill_zero() function 1131 ret = fill_zero(inode, pg_start, off_start, in punch_hole() 1137 ret = fill_zero(inode, pg_start++, off_start, in punch_hole() 1143 ret = fill_zero(inode, pg_end, 0, off_end); in punch_hole() 1533 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range() 1541 ret = fill_zero(inode, pg_start++, off_start, in f2fs_zero_range() 1594 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_zero_range()
|