Lines Matching refs:EXT2_BLOCKS_PER_GROUP
272 group_last_block = group_first_block + EXT2_BLOCKS_PER_GROUP(sb) - 1; in goal_in_my_reservation()
507 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
509 EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
514 if (bit + count > EXT2_BLOCKS_PER_GROUP(sb)) { in ext2_free_blocks()
515 overflow = bit + count - EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks()
684 if (end > EXT2_BLOCKS_PER_GROUP(sb)) in ext2_try_to_allocate()
686 end = EXT2_BLOCKS_PER_GROUP(sb); in ext2_try_to_allocate()
696 end = EXT2_BLOCKS_PER_GROUP(sb); in ext2_try_to_allocate()
699 BUG_ON(start > EXT2_BLOCKS_PER_GROUP(sb)); in ext2_try_to_allocate()
913 group_end_block = group_first_block + (EXT2_BLOCKS_PER_GROUP(sb) - 1); in alloc_new_reservation()
1120 group_last_block = group_first_block + (EXT2_BLOCKS_PER_GROUP(sb) - 1); in ext2_try_to_allocate_with_rsv()
1299 EXT2_BLOCKS_PER_GROUP(sb); in ext2_new_blocks()
1318 EXT2_BLOCKS_PER_GROUP(sb)); in ext2_new_blocks()