Searched refs:fill_zero (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/fs/f2fs/ |
| D | file.c | 1052 static int fill_zero(struct inode *inode, pgoff_t index, in fill_zero() function 1126 ret = fill_zero(inode, pg_start, off_start, in f2fs_punch_hole() 1132 ret = fill_zero(inode, pg_start++, off_start, in f2fs_punch_hole() 1138 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_punch_hole() 1529 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range() 1537 ret = fill_zero(inode, pg_start++, off_start, in f2fs_zero_range() 1590 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_zero_range()
|