Searched defs:exp_boff (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,
2007 if (cgp->cg_boff != exp_boff) {
2010 cgp->cg_boff, exp_boff);
2080 daddr32_t exp_btotoff, exp_boff, exp_iusedoff; local
2084 cg_constants(cgno, &exp_btotoff, &exp_boff, &exp_iusedoff,
2139 if (cgp->cg_boff != exp_boff) {
2140 cgp->cg_boff = exp_boff;

Completed in 50 milliseconds