Lines Matching refs:off_start
1276 loff_t off_start, off_end; in f2fs_punch_hole() local
1288 off_start = offset & (PAGE_SIZE - 1); in f2fs_punch_hole()
1292 ret = fill_zero(inode, pg_start, off_start, in f2fs_punch_hole()
1293 off_end - off_start); in f2fs_punch_hole()
1297 if (off_start) { in f2fs_punch_hole()
1298 ret = fill_zero(inode, pg_start++, off_start, in f2fs_punch_hole()
1299 PAGE_SIZE - off_start); in f2fs_punch_hole()
1681 loff_t off_start, off_end; in f2fs_zero_range() local
1701 off_start = offset & (PAGE_SIZE - 1); in f2fs_zero_range()
1705 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range()
1706 off_end - off_start); in f2fs_zero_range()
1712 if (off_start) { in f2fs_zero_range()
1713 ret = fill_zero(inode, pg_start++, off_start, in f2fs_zero_range()
1714 PAGE_SIZE - off_start); in f2fs_zero_range()