Home
last modified time | relevance | path

Searched refs:stop_block (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ext4/
Dinode.c3590 ext4_lblk_t first_block, stop_block; in ext4_punch_hole() local
3680 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()
Dextents.c5315 ext4_lblk_t stop_block; in ext4_ext_shift_extents() local
5328 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()