Searched refs:blks_max (Results 1 – 1 of 1) sorted by relevance
589 __u64 blks_max; in check_super_block() local619 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()