Home
last modified time | relevance | path

Searched refs:exp_iusedoff (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()
2021 if (cgp->cg_iusedoff != exp_iusedoff) { in cg_sanity()
2024 cgp->cg_iusedoff, exp_iusedoff); 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()
2150 if (cgp->cg_iusedoff != exp_iusedoff) { in fix_cg()
2151 cgp->cg_iusedoff = exp_iusedoff; in fix_cg()