Home | History | Annotate | Download | only in ext4_utils

Lines Matching refs:groups

124    the sparse_super feature, only block groups 0, 1, and powers of 3, 5,
125 and 7 have backup superblocks. Otherwise, all block groups have backup
180 for (i = 1; i < aux_info.groups; i++) {
208 aux_info.groups = DIV_ROUND_UP(aux_info.len_blocks - aux_info.first_data_block,
215 DIV_ROUND_UP(aux_info.groups * sizeof(struct ext2_group_desc),
222 if (ext4_bg_has_super_block(aux_info.groups - 1))
225 if (aux_info.groups <= 1 && last_group_size < last_header_size) {
229 aux_info.groups--;
255 aux_info.backup_sb = calloc(aux_info.groups, sizeof(char *));
270 for (i=0; i<aux_info.groups; i++) {
285 sb->s_inodes_count = info.inodes_per_group * aux_info.groups;
369 for (i = 0; i < aux_info.groups; i++) {
445 for (i = 0; i < aux_info.groups; i++) {
505 for (i = 0; i < aux_info.groups; i++) {
636 printf(" Block groups: %d\n", aux_info.groups);