Home
last modified time | relevance | path

Searched refs:exp_btotoff (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()
2007 if (cgp->cg_btotoff != exp_btotoff) { in cg_sanity()
2010 cgp->cg_btotoff, exp_btotoff); 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()
2142 if (cgp->cg_btotoff != exp_btotoff) { in fix_cg()
2143 cgp->cg_btotoff = exp_btotoff; in fix_cg()