Searched refs:exp_nextfreeoff (Results 1 – 1 of 1) sorted by relevance
1920 daddr32_t exp_freeoff, exp_nextfreeoff; in cg_sanity() local1923 &exp_freeoff, &exp_nextfreeoff, &ndblk); in cg_sanity()2035 if (cgp->cg_nextfreeoff != exp_nextfreeoff) { in cg_sanity()2038 cgp->cg_nextfreeoff, exp_nextfreeoff); in cg_sanity()2088 daddr32_t exp_freeoff, exp_nextfreeoff; in fix_cg() local2092 &exp_freeoff, &exp_nextfreeoff, &ndblk); in fix_cg()2158 if (cgp->cg_nextfreeoff != exp_nextfreeoff) { in fix_cg()2159 cgp->cg_nextfreeoff = exp_nextfreeoff; in fix_cg()