Searched refs:ipg_max (Results 1 – 1 of 1) sorted by relevance
585 unsigned int ipg_max; in check_super_block() local602 ipg_max = inodes_per_block * (blocks_per_group - 4); in check_super_block()603 if (ipg_max > EXT2_MAX_INODES_PER_GROUP(sb)) in check_super_block()604 ipg_max = EXT2_MAX_INODES_PER_GROUP(sb); in check_super_block()660 MIN_CHECK | MAX_CHECK, inodes_per_block, ipg_max)) in check_super_block()