lblktodoff
#define lblktodoff(fs, blk) /* calculates (blk * fs->fs_bsize) */ \
#define lblktodoff(fs, blk) ((off_t)(blk) << (fs)->fs_bshift)