Searched defs:g_raid3_softc (Results 1 – 1 of 1) sorted by relevance
196 struct g_raid3_softc { struct197 u_int sc_state; /* Device state. */198 uint64_t sc_mediasize; /* Device size. */199 uint32_t sc_sectorsize; /* Sector size. */200 uint64_t sc_flags; /* Additional flags. */202 struct g_geom *sc_geom;203 struct g_provider *sc_provider;205 uint32_t sc_id; /* Device unique ID. */207 struct sx sc_lock;208 struct bio_queue_head sc_queue;[all …]