Home
last modified time | relevance | path

Searched defs:g_virstor_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/geom/virstor/
H A Dg_virstor.h82 struct g_virstor_softc { struct
83 struct g_geom *geom;
84 struct g_provider *provider;
85 struct g_virstor_component *components;
86 u_int n_components;
87 u_int curr_component; /* Component currently used */
88 uint32_t id; /* Unique ID of this geom */
89 off_t virsize; /* Total size of virstor */
90 off_t sectorsize;
91 size_t chunk_size;
[all …]