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

  /external/e2fsprogs/e2fsck/
super.c 462 blk_t bpg_max; local
479 bpg_max = 8 * EXT2_BLOCK_SIZE(sb);
480 if (bpg_max > EXT2_MAX_BLOCKS_PER_GROUP(sb))
481 bpg_max = EXT2_MAX_BLOCKS_PER_GROUP(sb);
508 bpg_max);
510 MIN_CHECK | MAX_CHECK, 8, bpg_max);

Completed in 629 milliseconds