Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
H A Dfs.h108 #define ino_to_cg(fs, x) (((x) - 1) / (fs->e2fs_ipg)) macro
/dragonfly/stand/boot/common/
H A Dfs.h514 #define ino_to_cg(fs, x) ((x) / (fs)->fs_ipg) macro
/dragonfly/sys/vfs/ufs/
H A Dfs.h456 #define ino_to_cg(fs, x) ((x) / (fs)->fs_ipg) macro