Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1906 cg_sanity(struct cg *cgp, int cgno) in cg_sanity() argument
1915 cg_constants(cgno, &exp_btotoff, &exp_boff, &exp_iusedoff, in cg_sanity()
1928 if (cgp->cg_cgx != cgno) { in cg_sanity()
1931 cgp->cg_cgx, cgno); in cg_sanity()
2047 cg_constants(int cgno, daddr32_t *btotoff, daddr32_t *boff, in cg_constants() argument
2054 (void) getblk(&cgblk, (diskaddr_t)cgtod(&sblock, cgno), in cg_constants()
2058 cbase = cgbase(&sblock, cgno); in cg_constants()
2078 fix_cg(struct cg *cgp, int cgno) in fix_cg() argument
2084 cg_constants(cgno, &exp_btotoff, &exp_boff, &exp_iusedoff, in fix_cg()
2087 if (cgp->cg_cgx != cgno) { in fix_cg()
[all …]