Searched refs:fs_ipg (Results 1 - 2 of 2) sorted by relevance

/external/grub/stage2/
H A Dfs.h204 int fs_ipg; /* inodes per group */ member in struct:fs
371 #define itog(fs, x) ((x) / (fs)->fs_ipg)
374 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))
H A Dufs2.h296 grub_int32_t fs_ipg; /* inodes per group */ member in struct:fs
373 #define ino_to_cg(fs, x) ((x) / (fs)->fs_ipg)
376 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))

Completed in 77 milliseconds