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

/freebsd-current/sys/fs/ext2fs/
H A Dfs.h106 #define ino_to_cg(fs, x) (((x) - 1) / (fs->e2fs_ipg)) macro
/freebsd-current/sys/ufs/ffs/
H A Dfs.h669 #define ino_to_cg(fs, x) (((ino_t)(x)) / (fs)->fs_ipg) macro

Completed in 184 milliseconds