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