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

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

Completed in 73 milliseconds