Searched refs:bpg_max (Results 1 - 1 of 1) sorted by last modified time

/external/e2fsprogs/e2fsck/
H A Dsuper.c472 __u32 bpg_max, cpg_max; local
491 bpg_max = 8 * EXT2_BLOCK_SIZE(sb) * EXT2FS_CLUSTER_RATIO(fs);
492 if (bpg_max > EXT2_MAX_BLOCKS_PER_GROUP(sb))
493 bpg_max = EXT2_MAX_BLOCKS_PER_GROUP(sb);
524 MIN_CHECK | MAX_CHECK, 8, bpg_max);

Completed in 321 milliseconds