Searched refs:sc_sync (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/geom/mirror/
H A Dg_mirror.c545 LIST_FOREACH_SAFE(cp, &sc->sc_sync.ds_geom->consumer, consumer, tmpcp) {
548 g_wither_geom(sc->sc_sync.ds_geom, ENXIO);
1165 if (sc->sc_sync.ds_ndisks == 0)
1195 if (sc->sc_sync.ds_ndisks == 0)
1750 gp = sc->sc_sync.ds_geom;
1776 sc->sc_sync.ds_geom->softc = NULL;
1898 if (bp->bio_from->geom == sc->sc_sync.ds_geom &&
1959 cp = g_new_consumer(sc->sc_sync.ds_geom);
2003 sc->sc_sync.ds_ndisks++;
2057 sc->sc_sync
[all...]
H A Dg_mirror.h205 struct g_mirror_device_sync sc_sync; member in struct:g_mirror_softc
/freebsd-11.0-release/sys/geom/raid3/
H A Dg_raid3.c636 cp = LIST_FIRST(&sc->sc_sync.ds_geom->consumer);
640 g_wither_geom(sc->sc_sync.ds_geom, ENXIO);
1965 gp = sc->sc_sync.ds_geom;
1995 sc->sc_sync.ds_geom->softc = NULL;
2120 if (bp->bio_from->geom == sc->sc_sync.ds_geom &&
2209 cp = g_new_consumer(sc->sc_sync.ds_geom);
3170 sc->sc_sync.ds_geom = gp;
3206 g_destroy_geom(sc->sc_sync.ds_geom);
3269 sc->sc_sync.ds_geom->softc = NULL;
3341 if (sc->sc_sync
[all...]
H A Dg_raid3.h236 struct g_raid3_device_sync sc_sync; member in struct:g_raid3_softc

Completed in 107 milliseconds