ino_to_fsbo
#define ino_to_fsbo(fs, x) (((ino_t)(x)) % INOPB(fs))
#define ino_to_fsbo(fs, x) ((x) % INOPB(fs))