Lines Matching refs:EXT3_BLOCKS_PER_GROUP
293 EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks()
295 EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks()
300 if (bit + count > EXT3_BLOCKS_PER_GROUP(sb)) { in ext3_free_blocks()
301 overflow = bit + count - EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks()
585 EXT3_BLOCKS_PER_GROUP(sb); in ext3_new_block()
592 EXT3_BLOCKS_PER_GROUP(sb)); in ext3_new_block()
613 j = find_next_usable_block(j, bh, EXT3_BLOCKS_PER_GROUP(sb)); in ext3_new_block()
640 EXT3_BLOCKS_PER_GROUP(sb)); in ext3_new_block()
680 tmp = j + i * EXT3_BLOCKS_PER_GROUP(sb) in ext3_new_block()
748 k < prealloc_goal && (j + k) < EXT3_BLOCKS_PER_GROUP(sb); in ext3_new_block()
882 EXT3_BLOCKS_PER_GROUP(sb), map); in block_in_use()