Searched refs:ipg_max (Results 1 – 1 of 1) sorted by relevance
469 unsigned int ipg_max; in check_super_block() local485 ipg_max = inodes_per_block * (blocks_per_group - 4); in check_super_block()486 if (ipg_max > EXT2_MAX_INODES_PER_GROUP(sb)) in check_super_block()487 ipg_max = EXT2_MAX_INODES_PER_GROUP(sb); in check_super_block()526 MIN_CHECK | MAX_CHECK, inodes_per_block, ipg_max); in check_super_block()