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