Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1913 cg_sanity(struct cg *cgp, int cgno) in cg_sanity() argument
1922 cg_constants(cgno, &exp_btotoff, &exp_boff, &exp_iusedoff, in cg_sanity()
1935 if (cgp->cg_cgx != cgno) { in cg_sanity()
1938 cgp->cg_cgx, cgno); in cg_sanity()
2061 (void) getblk(&cgblk, (diskaddr_t)cgtod(&sblock, cgno), in cg_constants()
2065 cbase = cgbase(&sblock, cgno); in cg_constants()
2085 fix_cg(struct cg *cgp, int cgno) in fix_cg() argument
2094 if (cgp->cg_cgx != cgno) { in fix_cg()
2095 cgp->cg_cgx = cgno; in fix_cg()
2099 if (cgno == (sblock.fs_ncg - 1)) { in fix_cg()
[all …]