Searched refs:fs_ipg (Results 1 – 2 of 2) sorted by relevance
204 int fs_ipg; /* inodes per group */ member371 #define itog(fs, x) ((x) / (fs)->fs_ipg)374 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))
296 grub_int32_t fs_ipg; /* inodes per group */ member373 #define ino_to_cg(fs, x) ((x) / (fs)->fs_ipg)376 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))