Searched defs:ino_to_cg (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs.h331 #define ino_to_cg(fs, x) (((x) - 1) / (fs)->e2fs.e2fs_ipg) macro
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dfs.h636 #define ino_to_cg(fs, x) ((x) / (fs)->fs_ipg) macro

Completed in 68 milliseconds