Home
last modified time | relevance | path

Searched refs:cg_space (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sbin/fsck/
H A Dpass5.c119 &newcg->cg_space[0] - (u_char *)(&newcg->cg_firstfield); in pass5()
141 basesize = &newcg->cg_space[0] - in pass5()
/dragonfly/stand/boot/common/
H A Dfs.h471 u_int8_t cg_space[1]; /* space for cylinder group maps */ member
/dragonfly/sys/vfs/ufs/
H A Dfs.h374 uint8_t cg_space[1]; /* space for cylinder group maps */ member
/dragonfly/usr.sbin/makefs/ffs/
H A Dmkfs.c695 start = &acg.cg_space[0] - (u_char *)(&acg.cg_firstfield); in initcg()
/dragonfly/sbin/newfs/
H A Dmkfs.c801 acg.cg_btotoff = &acg.cg_space[0] - (u_char *)(&acg.cg_firstfield); in initcg()
/dragonfly/sbin/growfs/
H A Dgrowfs.c385 acg.cg_btotoff = &acg.cg_space[0] - (u_char *)(&acg.cg_firstfield); in initcg()