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

/freebsd-10.1-release/sys/geom/mirror/
H A Dg_mirror.c551 LIST_FOREACH_SAFE(cp, &sc->sc_sync.ds_geom->consumer, consumer, tmpcp) {
554 g_wither_geom(sc->sc_sync.ds_geom, ENXIO);
1153 if (sc->sc_sync.ds_ndisks == 0)
1183 if (sc->sc_sync.ds_ndisks == 0)
1734 gp = sc->sc_sync.ds_geom;
1760 sc->sc_sync.ds_geom->softc = NULL;
1883 if (bp->bio_from->geom == sc->sc_sync.ds_geom &&
1944 cp = g_new_consumer(sc->sc_sync.ds_geom);
1988 sc->sc_sync.ds_ndisks++;
2042 sc->sc_sync
[all...]
H A Dg_mirror.h205 struct g_mirror_device_sync sc_sync; member in struct:g_mirror_softc
/freebsd-10.1-release/sys/geom/raid3/
H A Dg_raid3.c646 cp = LIST_FIRST(&sc->sc_sync.ds_geom->consumer);
650 g_wither_geom(sc->sc_sync.ds_geom, ENXIO);
1975 gp = sc->sc_sync.ds_geom;
2005 sc->sc_sync.ds_geom->softc = NULL;
2130 if (bp->bio_from->geom == sc->sc_sync.ds_geom &&
2219 cp = g_new_consumer(sc->sc_sync.ds_geom);
3180 sc->sc_sync.ds_geom = gp;
3216 g_destroy_geom(sc->sc_sync.ds_geom);
3279 sc->sc_sync.ds_geom->softc = NULL;
3351 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 76 milliseconds