Lines Matching refs:EXT3_BLOCKS_PER_GROUP
46 *offsetp = blocknr % EXT3_BLOCKS_PER_GROUP(sb); in ext3_get_group_no_and_offset()
48 *blockgrpp = blocknr / EXT3_BLOCKS_PER_GROUP(sb); in ext3_get_group_no_and_offset()
278 group_last_block = group_first_block + (EXT3_BLOCKS_PER_GROUP(sb) - 1); in goal_in_my_reservation()
523 EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks_sb()
525 EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks_sb()
530 if (bit + count > EXT3_BLOCKS_PER_GROUP(sb)) { in ext3_free_blocks_sb()
531 overflow = bit + count - EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks_sb()
893 if (end > EXT3_BLOCKS_PER_GROUP(sb)) in ext3_try_to_allocate()
895 end = EXT3_BLOCKS_PER_GROUP(sb); in ext3_try_to_allocate()
905 end = EXT3_BLOCKS_PER_GROUP(sb); in ext3_try_to_allocate()
908 BUG_ON(start > EXT3_BLOCKS_PER_GROUP(sb)); in ext3_try_to_allocate()
1125 group_end_block = group_first_block + (EXT3_BLOCKS_PER_GROUP(sb) - 1); in alloc_new_reservation()
1358 group_last_block = group_first_block + (EXT3_BLOCKS_PER_GROUP(sb) - 1); in ext3_try_to_allocate_with_rsv()
1554 EXT3_BLOCKS_PER_GROUP(sb); in ext3_new_blocks()
1573 EXT3_BLOCKS_PER_GROUP(sb)); in ext3_new_blocks()
2101 if (minlen > EXT3_BLOCKS_PER_GROUP(sb) || in ext3_trim_fs()
2121 end = EXT3_BLOCKS_PER_GROUP(sb) - 1; in ext3_trim_fs()