Searched refs:cg_nextfreeoff (Results 1 – 7 of 7) sorted by relevance
554 if (cgp->cg_btotoff >= cgp->cg_nextfreeoff || in cg()555 cgp->cg_boff >= cgp->cg_nextfreeoff || in cg()556 cgp->cg_iusedoff >= cgp->cg_nextfreeoff || in cg()557 cgp->cg_freeoff >= cgp->cg_nextfreeoff) { in cg()562 size = cgp->cg_nextfreeoff; in cg()
101 newcg->cg_nextfreeoff = newcg->cg_freeoff + blkmapsize; in pass5()105 mapsize = newcg->cg_nextfreeoff - newcg->cg_iusedoff; in pass5()
2035 if (cgp->cg_nextfreeoff != exp_nextfreeoff) { in cg_sanity()2038 cgp->cg_nextfreeoff, exp_nextfreeoff); in cg_sanity()2158 if (cgp->cg_nextfreeoff != exp_nextfreeoff) { in fix_cg()2159 cgp->cg_nextfreeoff = exp_nextfreeoff; in fix_cg()
292 int cg_nextfreeoff; /* (u_char) next available space */ member
490 u_int32_t cg_nextfreeoff; /* (u_int8) next available space */ member
452 int32_t cg_nextfreeoff; /* (uchar_t) next available space */ member
2577 icg.cg_nextfreeoff = icg.cg_freeoff + in initcg()2610 bzero((caddr_t)cg_blksfree(&icg), icg.cg_nextfreeoff - icg.cg_freeoff); in initcg()