Searched refs:g_virstor_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/geom/virstor/
H A Dg_virstor.h75 struct g_virstor_softc *sc;
84 struct g_virstor_softc { struct
H A Dg_virstor.c107 static int add_provider_to_geom(struct g_virstor_softc *, struct g_provider *,
111 static void virstor_check_and_run(struct g_virstor_softc *);
112 static u_int virstor_valid_components(struct g_virstor_softc *);
113 static int virstor_geom_destroy(struct g_virstor_softc *, boolean_t,
115 static void remove_component(struct g_virstor_softc *,
118 static int allocate_chunk(struct g_virstor_softc *,
129 static struct g_virstor_softc * virstor_find_geom(const struct g_class *,
131 static void update_metadata(struct g_virstor_softc *);
132 static void fill_metadata(struct g_virstor_softc *, struct g_virstor_metadata *,
227 struct g_virstor_softc *s
[all...]

Completed in 62 milliseconds