Symbol: g_virstor_softc
sys/geom/virstor/g_virstor.c
104
static int add_provider_to_geom(struct g_virstor_softc *, struct g_provider *,
sys/geom/virstor/g_virstor.c
1054
struct g_virstor_softc *sc;
sys/geom/virstor/g_virstor.c
108
static void virstor_check_and_run(struct g_virstor_softc *);
sys/geom/virstor/g_virstor.c
109
static u_int virstor_valid_components(struct g_virstor_softc *);
sys/geom/virstor/g_virstor.c
110
static int virstor_geom_destroy(struct g_virstor_softc *, boolean_t,
sys/geom/virstor/g_virstor.c
112
static void remove_component(struct g_virstor_softc *,
sys/geom/virstor/g_virstor.c
1121
add_provider_to_geom(struct g_virstor_softc *sc, struct g_provider *pp,
sys/geom/virstor/g_virstor.c
115
static int allocate_chunk(struct g_virstor_softc *,
sys/geom/virstor/g_virstor.c
1190
virstor_check_and_run(struct g_virstor_softc *sc)
sys/geom/virstor/g_virstor.c
126
static struct g_virstor_softc * virstor_find_geom(const struct g_class *,
sys/geom/virstor/g_virstor.c
128
static void update_metadata(struct g_virstor_softc *);
sys/geom/virstor/g_virstor.c
129
static void fill_metadata(struct g_virstor_softc *, struct g_virstor_metadata *,
sys/geom/virstor/g_virstor.c
1357
virstor_valid_components(struct g_virstor_softc *sc)
sys/geom/virstor/g_virstor.c
1376
struct g_virstor_softc *sc;
sys/geom/virstor/g_virstor.c
1401
struct g_virstor_softc *sc;
sys/geom/virstor/g_virstor.c
1454
struct g_virstor_softc *sc;
sys/geom/virstor/g_virstor.c
1558
struct g_virstor_softc *sc;
sys/geom/virstor/g_virstor.c
1772
allocate_chunk(struct g_virstor_softc *sc, struct g_virstor_component **comp,
sys/geom/virstor/g_virstor.c
224
struct g_virstor_softc *sc;
sys/geom/virstor/g_virstor.c
264
struct g_virstor_softc *sc;
sys/geom/virstor/g_virstor.c
436
static struct g_virstor_softc *
sys/geom/virstor/g_virstor.c
458
update_metadata(struct g_virstor_softc *sc)
sys/geom/virstor/g_virstor.c
485
fill_metadata(struct g_virstor_softc *sc, struct g_virstor_metadata *md,
sys/geom/virstor/g_virstor.c
522
struct g_virstor_softc *sc;
sys/geom/virstor/g_virstor.c
677
struct g_virstor_softc *sc;
sys/geom/virstor/g_virstor.c
766
struct g_virstor_softc *sc;
sys/geom/virstor/g_virstor.c
879
remove_component(struct g_virstor_softc *sc, struct g_virstor_component *comp,
sys/geom/virstor/g_virstor.c
914
virstor_geom_destroy(struct g_virstor_softc *sc, boolean_t force,
sys/geom/virstor/g_virstor.h
73
struct g_virstor_softc *sc;