EXT4_BLOCK_SIZE
# define EXT4_BLOCK_SIZE(s) ((s)->s_blocksize)
# define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size)