Home
last modified time | relevance | path

Searched refs:cg_firstfield (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sbin/fsck/
H A Dpass5.c85 (char *)(&ocg->cg_firstfield); in pass5()
96 &newcg->cg_space[0] - (u_char *)(&newcg->cg_firstfield); in pass5()
119 (u_char *)(&newcg->cg_firstfield); in pass5()
/original-bsd/sys/ufs/ffs/
H A Dfs.h280 int32_t cg_firstfield; /* historic cyl groups linked list */ member
337 int32_t cg_firstfield; /* historic linked list of cyl groups */ member
/original-bsd/sbin/newfs/
H A Dmkfs.c649 acg.cg_btotoff = &acg.cg_space[0] - (u_char *)(&acg.cg_firstfield);
668 if (acg.cg_nextfreeoff - (long)(&acg.cg_firstfield) > sblock.fs_cgsize) {