Home
last modified time | relevance | path

Searched refs:blks_max (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
Dsuper.c589 __u64 blks_max; in check_super_block() local
619 blks_max = (1ULL << 32) * EXT2_MAX_BLOCKS_PER_GROUP(fs->super); in check_super_block()
621 if (blks_max > ((1ULL << 48) - 1)) in check_super_block()
622 blks_max = (1ULL << 48) - 1; in check_super_block()
624 if (blks_max > ((1ULL << 32) - 1)) in check_super_block()
625 blks_max = (1ULL << 32) - 1; in check_super_block()
637 MIN_CHECK | MAX_CHECK, 1, blks_max)) in check_super_block()