itoo
#define itoo(fs, x) ((x) % INOPB(fs))
#define itoo(fs, x) ((x) % (grub_uint32_t)INOPB(fs))
#define itoo(fs, x) ((x) % (uint32_t)INOPB(fs))