fsbtodoff
#define fsbtodoff(fs, blk) /* calculates (blk * fs->fs_fsize) */ \
#define fsbtodoff(fs, b) ((off_t)(b) << (fs)->fs_fshift)