Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1913 daddr32_t exp_freeoff, exp_nextfreeoff; in cg_sanity() local
1916 &exp_freeoff, &exp_nextfreeoff, &ndblk); in cg_sanity()
2021 if (cgp->cg_freeoff != exp_freeoff) { in cg_sanity()
2024 cgp->cg_freeoff, exp_freeoff); in cg_sanity()
2081 daddr32_t exp_freeoff, exp_nextfreeoff; in fix_cg() local
2085 &exp_freeoff, &exp_nextfreeoff, &ndblk); in fix_cg()
2147 if (cgp->cg_freeoff != exp_freeoff) { in fix_cg()
2148 cgp->cg_freeoff = exp_freeoff; in fix_cg()