ino_to_cg
#define ino_to_cg(fs, x) ((x) / (fs)->fs_ipg)
#define ino_to_cg(fs, x) (((x) - 1) / (fs->e2fs_ipg))