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

/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h286 u_int32_t fs_ipg; /* inodes per group */ member in struct:ufs2_super_block
490 /* inode map */ howmany((fs)->fs_ipg, NBBY) + \
583 #define ino_to_cg(fs, x) (((ino_t)(x)) / (fs)->fs_ipg)
586 (blkstofrags((fs), ((((ino_t)(x)) % (fs)->fs_ipg) / INOPB(fs))))))

Completed in 48 milliseconds