Searched refs:EXT2_MAX_INODES_PER_GROUP (Results 1 – 4 of 4) sorted by relevance
250 if (ipg > (unsigned) EXT2_MAX_INODES_PER_GROUP(super)) in ext2fs_initialize()251 ipg = EXT2_MAX_INODES_PER_GROUP(super); in ext2fs_initialize()
274 fs->inode_blocks_per_group > EXT2_MAX_INODES_PER_GROUP(fs->super)) { in ext2fs_open2()
225 #define EXT2_MAX_INODES_PER_GROUP(s) ((1 << 16) - EXT2_INODES_PER_BLOCK(s)) macro
474 if (ipg_max > EXT2_MAX_INODES_PER_GROUP(sb)) in check_super_block()475 ipg_max = EXT2_MAX_INODES_PER_GROUP(sb); in check_super_block()