Searched refs:g_mirror_softc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/geom/mirror/
H A Dg_mirror.c100 static void g_mirror_destroy_provider(struct g_mirror_softc *sc);
102 static void g_mirror_update_device(struct g_mirror_softc *sc, boolean_t force);
107 static void g_mirror_sync_release(struct g_mirror_softc *sc);
172 struct g_mirror_softc *sc;
214 g_mirror_event_get(struct g_mirror_softc *sc)
225 g_mirror_event_remove(struct g_mirror_softc *sc, struct g_mirror_event *ep)
236 struct g_mirror_softc *sc;
264 g_mirror_ndisks(struct g_mirror_softc *sc, int state)
282 g_mirror_id2disk(struct g_mirror_softc *sc, uint32_t id)
296 g_mirror_nrequests(struct g_mirror_softc *s
[all...]
H A Dg_mirror.h135 struct g_mirror_softc *d_softc; /* Back-pointer to softc. */
172 struct g_mirror_softc { struct
221 u_int g_mirror_ndisks(struct g_mirror_softc *sc, int state);
225 int g_mirror_destroy(struct g_mirror_softc *sc, int how);
228 int g_mirror_add_disk(struct g_mirror_softc *sc, struct g_provider *pp,
231 void g_mirror_fill_metadata(struct g_mirror_softc *sc,
H A Dg_mirror_ctl.c50 static struct g_mirror_softc *
53 struct g_mirror_softc *sc;
75 g_mirror_find_disk(struct g_mirror_softc *sc, const char *name)
96 struct g_mirror_softc *sc;
307 struct g_mirror_softc *sc;
389 struct g_mirror_softc *sc;
560 struct g_mirror_softc *sc;
624 struct g_mirror_softc *sc;
693 struct g_mirror_softc *sc;
755 struct g_mirror_softc *s
[all...]

Completed in 40 milliseconds