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

/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.h93 struct g_virstor_softc *sc;
103 struct g_virstor_softc { struct
H A Dg_virstor.c103 static int add_provider_to_geom(struct g_virstor_softc *, struct g_provider *,
107 static void virstor_check_and_run(struct g_virstor_softc *);
108 static u_int virstor_valid_components(struct g_virstor_softc *);
109 static int virstor_geom_destroy(struct g_virstor_softc *, boolean_t,
111 static void remove_component(struct g_virstor_softc *,
114 static int allocate_chunk(struct g_virstor_softc *,
125 static struct g_virstor_softc * virstor_find_geom(const struct g_class *,
127 static void update_metadata(struct g_virstor_softc *);
128 static void fill_metadata(struct g_virstor_softc *, struct g_virstor_metadata *,
223 struct g_virstor_softc *s
[all...]

Completed in 111 milliseconds