EXT4_BLOCKS_PER_GROUP
# define EXT4_BLOCKS_PER_GROUP(s) (EXT4_SB(s)->s_blocks_per_group)
# define EXT4_BLOCKS_PER_GROUP(s) ((s)->s_blocks_per_group)