Searched refs:sc_sync (Results 1 – 4 of 4) sorted by relevance
1209 if (sc->sc_sync.ds_ndisks == 0) in g_mirror_sync_collision()1239 if (sc->sc_sync.ds_ndisks == 0) in g_mirror_regular_collision()1864 gp = sc->sc_sync.ds_geom; in g_mirror_can_destroy()1890 sc->sc_sync.ds_geom->softc = NULL; in g_mirror_try_destroy()2150 sc->sc_sync.ds_ndisks++; in g_mirror_sync_start()2205 sc->sc_sync.ds_ndisks--; in g_mirror_sync_stop()3163 sc->sc_sync.ds_geom = gp; in g_mirror_create()3164 sc->sc_sync.ds_ndisks = 0; in g_mirror_create()3308 if (sc->sc_sync.ds_geom == gp) in g_mirror_taste()3401 if (gp == sc->sc_sync.ds_geom) in g_mirror_dumpconf()[all …]
202 struct g_mirror_device_sync sc_sync; member
638 cp = LIST_FIRST(&sc->sc_sync.ds_geom->consumer); in g_raid3_destroy_device()642 g_wither_geom(sc->sc_sync.ds_geom, ENXIO); in g_raid3_destroy_device()1963 gp = sc->sc_sync.ds_geom; in g_raid3_can_destroy()1993 sc->sc_sync.ds_geom->softc = NULL; in g_raid3_try_destroy()2207 cp = g_new_consumer(sc->sc_sync.ds_geom); in g_raid3_sync_start()3167 sc->sc_sync.ds_geom = gp; in g_raid3_create()3203 g_destroy_geom(sc->sc_sync.ds_geom); in g_raid3_create()3266 sc->sc_sync.ds_geom->softc = NULL; in g_raid3_destroy()3341 if (sc->sc_sync.ds_geom == gp) in g_raid3_taste()3412 if (gp == sc->sc_sync.ds_geom) in g_raid3_dumpconf()[all …]
220 struct g_raid3_device_sync sc_sync; member