Searched refs:cg_btotoff (Results 1 – 6 of 6) sorted by relevance
92 newcg->cg_btotoff = basesize; in pass5()93 newcg->cg_boff = newcg->cg_btotoff + fs->fs_cpg * sizeof (daddr32_t); in pass5()104 sumsize = newcg->cg_iusedoff - newcg->cg_btotoff; in pass5()
1935 if ((cgp->cg_btotoff & 3) != 0) { in cg_sanity()1938 cgp->cg_btotoff); in cg_sanity()2000 if (cgp->cg_btotoff != exp_btotoff) { in cg_sanity()2003 cgp->cg_btotoff, exp_btotoff); in cg_sanity()2135 if (cgp->cg_btotoff != exp_btotoff) { in fix_cg()2136 cgp->cg_btotoff = exp_btotoff; in fix_cg()
288 int cg_btotoff; /* (long) block totals per cylinder */ member303 : ((int *)((char *)(cgp) + (cgp)->cg_btotoff)))
450 int32_t cg_btotoff; /* (int32_t)block totals per cylinder */ member467 : ((int32_t *)((char *)(cgp) + (cgp)->cg_btotoff)))
555 if (cgp->cg_btotoff >= cgp->cg_nextfreeoff || in cg()600 blktot = (int32_t *)((char *)cgp + cgp->cg_btotoff); in cg()
2547 icg.cg_btotoff = &icg.cg_space[0] - (uchar_t *)(&icg.cg_link); in initcg()2548 icg.cg_boff = icg.cg_btotoff + sblock.fs_cpg * sizeof (long); in initcg()2582 bzero((caddr_t)cg_blktot(&icg), icg.cg_boff - icg.cg_btotoff); in initcg()5089 bzero((caddr_t)cg_blktot(&acg), (int)(acg.cg_iusedoff-acg.cg_btotoff)); in resetallocinfo()