Home
last modified time | relevance | path

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

/openbsd/sbin/fsck_ffs/
H A Dpass5.c140 newcg->cg_btotoff = sizeof(struct cg); in pass5()
141 newcg->cg_boff = newcg->cg_btotoff + in pass5()
162 sumsize = newcg->cg_iusedoff - newcg->cg_btotoff; in pass5()
/openbsd/sys/ufs/ffs/
H A Dfs.h388 int32_t cg_btotoff; /* (int32) block totals per cylinder */ member
410 : ((int32_t *)((u_int8_t *)(cgp) + (cgp)->cg_btotoff)))
/openbsd/usr.sbin/makefs/ffs/
H A Dmkfs.c607 acg.cg_btotoff = start; in initcg()
608 acg.cg_boff = acg.cg_btotoff + sblock.fs_cpg * sizeof(int32_t); in initcg()
/openbsd/sbin/newfs/
H A Dmkfs.c667 acg.cg_btotoff = start; in initcg()
668 acg.cg_boff = acg.cg_btotoff + sblock.fs_cpg * sizeof(int32_t); in initcg()
/openbsd/sbin/growfs/
H A Dgrowfs.c377 acg.cg_btotoff = start; in initcg()
378 acg.cg_boff = acg.cg_btotoff + in initcg()