Home
last modified time | relevance | path

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

/freebsd/sys/geom/mirror/
H A Dg_mirror.c1236 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()
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()
2177 sc->sc_sync.ds_ndisks++; in g_mirror_sync_start()
2232 sc->sc_sync.ds_ndisks--; in g_mirror_sync_stop()
3190 sc->sc_sync.ds_geom = gp; in g_mirror_create()
3191 sc->sc_sync.ds_ndisks = 0; in g_mirror_create()
3335 if (sc->sc_sync.ds_geom == gp) in g_mirror_taste()
3428 if (gp == sc->sc_sync.ds_geom) in g_mirror_dumpconf()
[all …]
H A Dg_mirror.h201 struct g_mirror_device_sync sc_sync; member
/freebsd/sys/geom/raid3/
H A Dg_raid3.c677 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.ds_geom) in g_raid3_dumpconf()
[all …]
H A Dg_raid3.h218 struct g_raid3_device_sync sc_sync; member