Lines Matching refs:EXT_MAX_BLOCKS

1640 		return EXT_MAX_BLOCKS;  in ext4_ext_next_allocated_block()
1657 return EXT_MAX_BLOCKS; in ext4_ext_next_allocated_block()
1673 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block()
1686 return EXT_MAX_BLOCKS; in ext4_ext_next_leaf_block()
1930 if (b2 == EXT_MAX_BLOCKS) in ext4_ext_check_overlap()
1937 len1 = EXT_MAX_BLOCKS - b1; in ext4_ext_check_overlap()
2067 next = EXT_MAX_BLOCKS; in ext4_ext_insert_extent()
2070 if (next != EXT_MAX_BLOCKS) { in ext4_ext_insert_extent()
2249 len = EXT_MAX_BLOCKS; in ext4_ext_determine_hole()
2724 if (end != EXT_MAX_BLOCKS - 1) { in ext4_ext_rm_leaf()
2840 if (end < EXT_MAX_BLOCKS - 1) { in ext4_ext_remove_space()
4404 EXT_MAX_BLOCKS - last_block); in ext4_ext_truncate()
4413 err = ext4_ext_remove_space(inode, last_block, EXT_MAX_BLOCKS - 1); in ext4_ext_truncate()
5006 if (last_blk >= EXT_MAX_BLOCKS) in ext4_get_es_cache()
5007 last_blk = EXT_MAX_BLOCKS-1; in ext4_get_es_cache()
5130 ext4_lblk_t tmp = EXT_MAX_BLOCKS; in ext4_ext_shift_extents()
5133 path = ext4_find_extent(inode, EXT_MAX_BLOCKS - 1, NULL, in ext4_ext_shift_extents()
5172 if (shift > EXT_MAX_BLOCKS - in ext4_ext_shift_extents()
5191 if (tmp != EXT_MAX_BLOCKS) in ext4_ext_shift_extents()
5367 EXT_MAX_BLOCKS - punch_start); in ext4_collapse_range()
5559 EXT_MAX_BLOCKS - offset_lblk); in ext4_insert_range()
5675 if (next1 == EXT_MAX_BLOCKS || next2 == EXT_MAX_BLOCKS) in ext4_swap_extents()
5993 path = ext4_find_extent(inode, EXT_MAX_BLOCKS - 1, NULL, in ext4_ext_replay_set_iblocks()
6094 path = ext4_find_extent(inode, EXT_MAX_BLOCKS - 1, NULL, in ext4_ext_clear_bb()