Home
last modified time | relevance | path

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

/freebsd-13.1/sys/geom/mirror/
H A Dg_mirror.c1209 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 …]
H A Dg_mirror.h202 struct g_mirror_device_sync sc_sync; member
/freebsd-13.1/sys/geom/raid3/
H A Dg_raid3.c638 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 …]
H A Dg_raid3.h220 struct g_raid3_device_sync sc_sync; member