Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/fsck_ffs/
HDsuj.c127 int sc_cgx; member
261 if (lastcg && lastcg->sc_cgx == cgx) in cg_lookup()
265 if (sc->sc_cgx == cgx) { in cg_lookup()
273 sc->sc_cgx = cgx; in cg_lookup()
275 if (bread(disk, fsbtodb(fs, cgtod(fs, sc->sc_cgx)), sc->sc_cgbuf, in cg_lookup()
277 err_suj("Unable to read cylinder group %d\n", sc->sc_cgx); in cg_lookup()
1894 fs->fs_cs(fs, sc->sc_cgx) = cgp->cg_cs; in cg_write()
1895 if (bwrite(disk, fsbtodb(fs, cgtod(fs, sc->sc_cgx)), sc->sc_cgbuf, in cg_write()
1897 err_suj("Unable to write cylinder group %d\n", sc->sc_cgx); in cg_write()