MAXIpG
#define MAXIpG (roundup(sblock.fs_bsize * NBBY / 3, sblock.fs_inopb))
#define MAXIpG(fs) roundup((fs)->fs_bsize * NBBY / 3, INOPB(fs))