EXT2_BLOCK_SIZE_BITS
#define EXT2_BLOCK_SIZE(s) (1 << EXT2_BLOCK_SIZE_BITS(s))
logical_block = filepos >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK);
blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK);