Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1919 daddr32_t exp_btotoff, exp_boff, exp_iusedoff; in cg_sanity() local
1922 cg_constants(cgno, &exp_btotoff, &exp_boff, &exp_iusedoff, in cg_sanity()
2014 if (cgp->cg_boff != exp_boff) { in cg_sanity()
2017 cgp->cg_boff, exp_boff); in cg_sanity()
2087 daddr32_t exp_btotoff, exp_boff, exp_iusedoff; in fix_cg() local
2091 cg_constants(cgno, &exp_btotoff, &exp_boff, &exp_iusedoff, in fix_cg()
2146 if (cgp->cg_boff != exp_boff) { in fix_cg()
2147 cgp->cg_boff = exp_boff; in fix_cg()