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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1912 daddr32_t exp_btotoff, exp_boff, exp_iusedoff; local
1915 cg_constants(cgno, &exp_btotoff, &exp_boff, &exp_iusedoff,
2000 if (cgp->cg_btotoff != exp_btotoff) {
2003 cgp->cg_btotoff, exp_btotoff);
2080 daddr32_t exp_btotoff, exp_boff, exp_iusedoff; local
2084 cg_constants(cgno, &exp_btotoff, &exp_boff, &exp_iusedoff,
2135 if (cgp->cg_btotoff != exp_btotoff) {
2136 cgp->cg_btotoff = exp_btotoff;

Completed in 46 milliseconds