Searched refs:cg_boff (Results 1 – 6 of 6) sorted by relevance
451 int32_t cg_boff; /* (short) free block positions */ member473 : ((short *)((char *)(cgp) + (cgp)->cg_boff) + \479 : ((short *)((char *)(cgp) + (cgp)->cg_boff) + \
289 int cg_boff; /* (short) free block positions */ member307 : ((short *)((char *)(cgp) + (cgp)->cg_boff) + (cylno) * (fs)->fs_nrpos))
556 cgp->cg_boff >= cgp->cg_nextfreeoff || in cg()602 blks = (short *)((char *)cgp + cgp->cg_boff); in cg()603 cnt = (cgp->cg_iusedoff - cgp->cg_boff) / cgp->cg_ncyl / sizeof (short); in cg()
93 newcg->cg_boff = newcg->cg_btotoff + fs->fs_cpg * sizeof (daddr32_t); in pass5()94 newcg->cg_iusedoff = newcg->cg_boff + in pass5()
1942 if ((cgp->cg_boff & 1) != 0) { in cg_sanity()1945 cgp->cg_boff); in cg_sanity()2007 if (cgp->cg_boff != exp_boff) { in cg_sanity()2010 cgp->cg_boff, exp_boff); in cg_sanity()2139 if (cgp->cg_boff != exp_boff) { in fix_cg()2140 cgp->cg_boff = exp_boff; in fix_cg()
2569 icg.cg_boff = icg.cg_btotoff + sblock.fs_cpg * sizeof (long); in initcg()2570 icg.cg_iusedoff = icg.cg_boff + in initcg()2603 bzero((caddr_t)cg_blktot(&icg), icg.cg_boff - icg.cg_btotoff); in initcg()2605 icg.cg_iusedoff - icg.cg_boff); in initcg()