Home
last modified time | relevance | path

Searched refs:g_raid3_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/geom/raid3/
H A Dg_raid3.c122 static void g_raid3_destroy_provider(struct g_raid3_softc *sc);
124 static void g_raid3_update_device(struct g_raid3_softc *sc, boolean_t force);
127 static void g_raid3_sync_stop(struct g_raid3_softc *sc, int type);
129 static void g_raid3_sync_release(struct g_raid3_softc *sc);
130 static void g_raid3_timeout_drain(struct g_raid3_softc *sc);
182 g_raid3_alloc(struct g_raid3_softc *sc, size_t size, int flags) in g_raid3_alloc()
201 g_raid3_free(struct g_raid3_softc *sc, void *ptr, size_t size) in g_raid3_free()
295 struct g_raid3_softc *sc; in g_raid3_event_dispatch()
345 g_raid3_event_get(struct g_raid3_softc *sc) in g_raid3_event_get()
356 g_raid3_event_remove(struct g_raid3_softc *s
[all...]
H A Dg_raid3_ctl.c46 static struct g_raid3_softc *
49 struct g_raid3_softc *sc; in g_raid3_find_device()
71 g_raid3_find_disk(struct g_raid3_softc *sc, const char *name) in g_raid3_find_disk()
96 struct g_raid3_softc *sc; in g_raid3_ctl_configure()
263 struct g_raid3_softc *sc; in g_raid3_ctl_rebuild()
334 struct g_raid3_softc *sc; in g_raid3_ctl_stop()
396 struct g_raid3_softc *sc; in g_raid3_ctl_insert()
528 struct g_raid3_softc *sc; in g_raid3_ctl_remove()
H A Dg_raid3.h125 struct g_raid3_softc *d_softc; /* Back-pointer to softc. */
178 struct g_raid3_softc { struct
235 u_int g_raid3_ndisks(struct g_raid3_softc *sc, int state); argument
239 int g_raid3_destroy(struct g_raid3_softc *sc, int how);
242 int g_raid3_add_disk(struct g_raid3_softc *sc, struct g_provider *pp,