Searched refs:max_groups (Results 1 – 1 of 1) sorted by relevance
854 dgrp_t i, max_groups, g; in blocks_to_move() local959 max_groups = fs->group_desc_count; in blocks_to_move()960 if (max_groups > old_fs->group_desc_count) in blocks_to_move()961 max_groups = old_fs->group_desc_count; in blocks_to_move()969 for (i = 0; i < max_groups; i++) { in blocks_to_move()992 for (i = 0; i < max_groups; i++) { in blocks_to_move()1054 for (i = 0; i < max_groups; i++) { in blocks_to_move()1719 dgrp_t i, max_groups; in move_itables() local1726 max_groups = fs->group_desc_count; in move_itables()1727 if (max_groups > rfs->old_fs->group_desc_count) in move_itables()[all …]