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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dufs.h135 grub_int32_t fs_ipg; /* inodes per group */ member in struct:fs
210 #define itog(fs, x) ((x) / (grub_uint32_t)(fs)->fs_ipg)
213 ((x) % (grub_uint32_t)(fs)->fs_ipg / (grub_uint32_t)INOPB(fs))))))
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))))))
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ufs/
H A Dufs.c126 uint32_t fs_ipg; /* inodes per group */ member in struct:ufs_super_block

Completed in 29 milliseconds