Searched refs:EXT2_MAX_CLUSTERS_PER_GROUP (Results 1 – 3 of 3) sorted by relevance
249 if (super->s_clusters_per_group > EXT2_MAX_CLUSTERS_PER_GROUP(super)) in ext2fs_initialize()250 super->s_clusters_per_group = EXT2_MAX_CLUSTERS_PER_GROUP(super); in ext2fs_initialize()
283 #define EXT2_MAX_CLUSTERS_PER_GROUP(s) (((unsigned) 1 << 16) - 8) macro
606 if (cpg_max > EXT2_MAX_CLUSTERS_PER_GROUP(sb)) in check_super_block()607 cpg_max = EXT2_MAX_CLUSTERS_PER_GROUP(sb); in check_super_block()