Home
last modified time | relevance | path

Searched refs:exp_freeoff (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1920 daddr32_t exp_freeoff, exp_nextfreeoff; in cg_sanity() local
1923 &exp_freeoff, &exp_nextfreeoff, &ndblk); in cg_sanity()
2028 if (cgp->cg_freeoff != exp_freeoff) { in cg_sanity()
2031 cgp->cg_freeoff, exp_freeoff); in cg_sanity()
2088 daddr32_t exp_freeoff, exp_nextfreeoff; in fix_cg() local
2092 &exp_freeoff, &exp_nextfreeoff, &ndblk); in fix_cg()
2154 if (cgp->cg_freeoff != exp_freeoff) { in fix_cg()
2155 cgp->cg_freeoff = exp_freeoff; in fix_cg()