itog
#define itog(fs, x) ((x) / (fs)->fs_ipg)
#define itog(fs, x) ((x) / (grub_uint32_t)(fs)->fs_ipg)
#define itog(fs, x) ((x) / (uint32_t)(fs)->fs_ipg)