ino_to_fsbo
#define ino_to_fsbo(fs, x) ((x) % INOPB(fs))
#define ino_to_fsbo(fs, x) ((x-1) % (fs->e2fs_ipb))