Searched refs:exp_btotoff (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 1912 daddr32_t exp_btotoff, exp_boff, exp_iusedoff; in cg_sanity() local 1915 cg_constants(cgno, &exp_btotoff, &exp_boff, &exp_iusedoff, in cg_sanity() 2000 if (cgp->cg_btotoff != exp_btotoff) { in cg_sanity() 2003 cgp->cg_btotoff, exp_btotoff); in cg_sanity() 2080 daddr32_t exp_btotoff, exp_boff, exp_iusedoff; in fix_cg() local 2084 cg_constants(cgno, &exp_btotoff, &exp_boff, &exp_iusedoff, in fix_cg() 2135 if (cgp->cg_btotoff != exp_btotoff) { in fix_cg() 2136 cgp->cg_btotoff = exp_btotoff; in fix_cg()
|