Searched refs:fill_zero (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | file.c | 1015 static int fill_zero(struct inode *inode, pgoff_t index, in fill_zero() function 1089 ret = fill_zero(inode, pg_start, off_start, in punch_hole() 1095 ret = fill_zero(inode, pg_start++, off_start, in punch_hole() 1101 ret = fill_zero(inode, pg_end, 0, off_end); in punch_hole() 1489 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range() 1497 ret = fill_zero(inode, pg_start++, off_start, in f2fs_zero_range() 1550 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_zero_range()
|