Searched defs:g_raid3_softc (Results 1 – 1 of 1) sorted by relevance
178 struct g_raid3_softc { struct179 u_int sc_state; /* Device state. */180 uint64_t sc_mediasize; /* Device size. */181 uint32_t sc_sectorsize; /* Sector size. */182 uint64_t sc_flags; /* Additional flags. */184 struct g_geom *sc_geom;185 struct g_provider *sc_provider;187 uint32_t sc_id; /* Device unique ID. */189 struct sx sc_lock;190 struct bio_queue_head sc_queue;[all …]