Searched refs:exp_iusedoff (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() 2014 if (cgp->cg_iusedoff != exp_iusedoff) { in cg_sanity() 2017 cgp->cg_iusedoff, exp_iusedoff); 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() 2143 if (cgp->cg_iusedoff != exp_iusedoff) { in fix_cg() 2144 cgp->cg_iusedoff = exp_iusedoff; in fix_cg()
|