Lines Matching refs:off_start
780 loff_t off_start, off_end; in punch_hole() local
792 off_start = offset & (PAGE_CACHE_SIZE - 1); in punch_hole()
796 ret = fill_zero(inode, pg_start, off_start, in punch_hole()
797 off_end - off_start); in punch_hole()
801 if (off_start) { in punch_hole()
802 ret = fill_zero(inode, pg_start++, off_start, in punch_hole()
803 PAGE_CACHE_SIZE - off_start); in punch_hole()
987 loff_t off_start, off_end; in f2fs_zero_range() local
1011 off_start = offset & (PAGE_CACHE_SIZE - 1); in f2fs_zero_range()
1015 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range()
1016 off_end - off_start); in f2fs_zero_range()
1024 if (off_start) { in f2fs_zero_range()
1025 ret = fill_zero(inode, pg_start++, off_start, in f2fs_zero_range()
1026 PAGE_CACHE_SIZE - off_start); in f2fs_zero_range()
1154 loff_t off_start, off_end; in expand_inode_data() local
1172 off_start = offset & (PAGE_CACHE_SIZE - 1); in expand_inode_data()
1190 else if (index == pg_start && off_start) in expand_inode_data()