Home
last modified time | relevance | path

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

/original-bsd/sbin/fsck/
H A Dpass5.c95 newcg->cg_btotoff = in pass5()
98 newcg->cg_btotoff + fs->fs_cpg * sizeof(long); in pass5()
120 sumsize = newcg->cg_iusedoff - newcg->cg_btotoff; in pass5()
/original-bsd/sys/ufs/ffs/
H A Dfs.h292 int32_t cg_btotoff; /* (int32) block totals per cylinder */ member
311 : ((int32_t *)((u_int8_t *)(cgp) + (cgp)->cg_btotoff)))
/original-bsd/sbin/newfs/
H A Dmkfs.c649 acg.cg_btotoff = &acg.cg_space[0] - (u_char *)(&acg.cg_firstfield);
650 acg.cg_boff = acg.cg_btotoff + sblock.fs_cpg * sizeof(long);