Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs.h525 #define ino_to_cg(fs, x) (((x) - 1) / (fs)->e2fs.e2fs_ipg) macro
/netbsd-src/sys/ufs/ffs/
H A Dfs.h650 #define ino_to_cg(fs, x) (((ino_t)(x)) / (fs)->fs_ipg) macro