Searched refs:sc_sync (Results 1 – 4 of 4) sorted by relevance
600 LIST_FOREACH_SAFE(cp, &sc->sc_sync.ds_geom->consumer, consumer, tmpcp) { in g_mirror_destroy_device()603 g_wither_geom(sc->sc_sync.ds_geom, ENXIO); in g_mirror_destroy_device()1236 if (sc->sc_sync.ds_ndisks == 0) in g_mirror_sync_collision()1266 if (sc->sc_sync.ds_ndisks == 0) in g_mirror_regular_collision()1373 bp->bio_from->geom == sc->sc_sync.ds_geom) || in g_mirror_sync_request()1724 if (bp->bio_from->geom != sc->sc_sync.ds_geom && in g_mirror_register_request()1891 gp = sc->sc_sync.ds_geom; in g_mirror_can_destroy()1917 sc->sc_sync.ds_geom->softc = NULL; in g_mirror_try_destroy()2040 if (bp->bio_from->geom == sc->sc_sync.ds_geom && in g_mirror_worker()2139 cp = g_new_consumer(sc->sc_sync.ds_geom); in g_mirror_sync_start()[all …]
201 struct g_mirror_device_sync sc_sync; member
677 cp = LIST_FIRST(&sc->sc_sync.ds_geom->consumer); in g_raid3_destroy_device() 681 g_wither_geom(sc->sc_sync.ds_geom, ENXIO); in g_raid3_destroy_device() 1995 gp = sc->sc_sync.ds_geom; in g_raid3_can_destroy() 2025 sc->sc_sync.ds_geom->softc = NULL; in g_raid3_try_destroy() 2148 if (bp->bio_from->geom == sc->sc_sync.ds_geom && in g_raid3_worker() 2237 cp = g_new_consumer(sc->sc_sync.ds_geom); in g_raid3_sync_start() 3211 sc->sc_sync.ds_geom = gp; in g_raid3_create() 3300 sc->sc_sync.ds_geom->softc = NULL; in g_raid3_destroy() 3373 if (sc->sc_sync.ds_geom == gp) in g_raid3_taste() 3444 if (gp == sc->sc_sync in g_raid3_dumpconf() [all...]
218 struct g_raid3_device_sync sc_sync; member