HomeSort by relevance Sort by last modified time
    Searched full:num_block_groups (Results 1 - 1 of 1) sorted by null

  /system/extras/ext4_utils/
ext4fixup.c 374 unsigned int num_block_groups, total_new_inodes; local
381 num_block_groups = DIV_ROUND_UP(aux_info.len_blocks, info.blocks_per_group);
382 total_new_inodes = num_block_groups * (new_inodes_per_group - sb.s_inodes_per_group);
389 for (i = 0; i < num_block_groups; i++) {
397 if ((sb.s_inodes_count + total_new_inodes) != (new_inodes_per_group * num_block_groups)) {

Completed in 57 milliseconds