Searched refs:ipg_max (Results 1 – 1 of 1) sorted by relevance
464 int ipg_max; in check_super_block() local475 ipg_max = inodes_per_block * (blocks_per_group - 4); in check_super_block()476 if (ipg_max > EXT2_MAX_INODES_PER_GROUP(sb)) in check_super_block()477 ipg_max = EXT2_MAX_INODES_PER_GROUP(sb); in check_super_block()511 MIN_CHECK | MAX_CHECK, inodes_per_block, ipg_max); in check_super_block()