Searched refs:EXT2_MAX_INODES_PER_GROUP (Results 1 – 4 of 4) sorted by relevance
331 if (ipg > (unsigned) EXT2_MAX_INODES_PER_GROUP(super)) in ext2fs_initialize()332 ipg = EXT2_MAX_INODES_PER_GROUP(super); in ext2fs_initialize()
375 fs->inode_blocks_per_group > EXT2_MAX_INODES_PER_GROUP(fs->super) || in ext2fs_open2()
283 #define EXT2_MAX_INODES_PER_GROUP(s) (((unsigned) 1 << 16) - \ macro
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()