Lines Matching refs:max_groups
1262 dgrp_t i, max_groups, g; in blocks_to_move() local
1374 max_groups = fs->group_desc_count; in blocks_to_move()
1375 if (max_groups > old_fs->group_desc_count) in blocks_to_move()
1376 max_groups = old_fs->group_desc_count; in blocks_to_move()
1396 for (i = 0; i < max_groups; i++) { in blocks_to_move()
1433 for (i = 0; i < max_groups; i++) { in blocks_to_move()
1494 for (i = 0; i < max_groups; i++) { in blocks_to_move()
2454 dgrp_t i, max_groups; in move_itables() local
2463 max_groups = fs->group_desc_count; in move_itables()
2464 if (max_groups > rfs->old_fs->group_desc_count) in move_itables()
2465 max_groups = rfs->old_fs->group_desc_count; in move_itables()
2489 for (i=0; i < max_groups; i++) in move_itables()
2508 for (i=0; i < max_groups; i++) { in move_itables()