Searched refs:stop_block (Results 1 – 2 of 2) sorted by relevance
3590 ext4_lblk_t first_block, stop_block; in ext4_punch_hole() local3680 stop_block = (offset + length) >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_punch_hole()3683 if (first_block >= stop_block) in ext4_punch_hole()3690 stop_block - first_block); in ext4_punch_hole()3698 stop_block - 1); in ext4_punch_hole()3701 stop_block); in ext4_punch_hole()
5315 ext4_lblk_t stop_block; in ext4_ext_shift_extents() local5328 stop_block = le32_to_cpu(extent->ee_block) + in ext4_ext_shift_extents()5332 if (start >= stop_block) in ext4_ext_shift_extents()5358 while (start < stop_block) { in ext4_ext_shift_extents()