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