Lines Matching refs:off_start
1112 loff_t off_start, off_end; in f2fs_punch_hole() local
1122 off_start = offset & (PAGE_SIZE - 1); in f2fs_punch_hole()
1126 ret = fill_zero(inode, pg_start, off_start, in f2fs_punch_hole()
1127 off_end - off_start); in f2fs_punch_hole()
1131 if (off_start) { in f2fs_punch_hole()
1132 ret = fill_zero(inode, pg_start++, off_start, in f2fs_punch_hole()
1133 PAGE_SIZE - off_start); in f2fs_punch_hole()
1507 loff_t off_start, off_end; in f2fs_zero_range() local
1525 off_start = offset & (PAGE_SIZE - 1); in f2fs_zero_range()
1529 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range()
1530 off_end - off_start); in f2fs_zero_range()
1536 if (off_start) { in f2fs_zero_range()
1537 ret = fill_zero(inode, pg_start++, off_start, in f2fs_zero_range()
1538 PAGE_SIZE - off_start); in f2fs_zero_range()