Searched refs:cg_freeoff (Results 1 – 6 of 6) sorted by relevance
291 int cg_freeoff; /* (u_char) free block map */ member315 : ((u_char *)((char *)(cgp) + (cgp)->cg_freeoff)))
453 int32_t cg_freeoff; /* (uchar_t) free block map */ member491 : ((uchar_t *)((char *)(cgp) + (cgp)->cg_freeoff)))
99 newcg->cg_freeoff = newcg->cg_iusedoff + inomapsize; in pass5()101 newcg->cg_nextfreeoff = newcg->cg_freeoff + blkmapsize; in pass5()
2021 if (cgp->cg_freeoff != exp_freeoff) { in cg_sanity()2024 cgp->cg_freeoff, exp_freeoff); in cg_sanity()2147 if (cgp->cg_freeoff != exp_freeoff) { in fix_cg()2148 cgp->cg_freeoff = exp_freeoff; in fix_cg()
558 cgp->cg_freeoff >= cgp->cg_nextfreeoff) { in cg()593 off = cgp->cg_freeoff; in cg()
2572 icg.cg_freeoff = icg.cg_iusedoff + howmany(sblock.fs_ipg, NBBY); in initcg()2573 icg.cg_nextfreeoff = icg.cg_freeoff + in initcg()2578 bzero((caddr_t)cg_inosused(&icg), icg.cg_freeoff - icg.cg_iusedoff); in initcg()2606 bzero((caddr_t)cg_blksfree(&icg), icg.cg_nextfreeoff - icg.cg_freeoff); in initcg()