Home
last modified time | relevance | path

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

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