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

/freebsd-9.3-release/sys/geom/mirror/
H A Dg_mirror.c548 LIST_FOREACH_SAFE(cp, &sc->sc_sync.ds_geom->consumer, consumer, tmpcp) {
551 g_wither_geom(sc->sc_sync.ds_geom, ENXIO);
1714 gp = sc->sc_sync.ds_geom;
1740 sc->sc_sync.ds_geom->softc = NULL;
1863 if (bp->bio_from->geom == sc->sc_sync.ds_geom &&
1924 cp = g_new_consumer(sc->sc_sync.ds_geom);
2912 sc->sc_sync.ds_geom = gp;
2919 g_destroy_geom(sc->sc_sync.ds_geom);
2984 sc->sc_sync.ds_geom->softc = NULL;
3062 if (sc->sc_sync.ds_geom
[all...]
H A Dg_mirror.h120 struct g_geom *ds_geom; /* Synchronization geom. */ member in struct:g_mirror_device_sync
/freebsd-9.3-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.ds_geom
[all...]
H A Dg_raid3.h129 struct g_geom *ds_geom; /* Synchronization geom. */ member in struct:g_raid3_device_sync

Completed in 109 milliseconds