Home
last modified time | relevance | path

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

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