Lines Matching defs:g_stripe_softc
57 struct g_stripe_softc { struct
58 u_int sc_type; /* provider type */
59 struct g_geom *sc_geom;
60 struct g_provider *sc_provider;
61 uint32_t sc_id; /* stripe unique ID */
62 struct g_consumer **sc_disks;
63 uint16_t sc_ndisks;
64 off_t sc_stripesize;
65 uint32_t sc_stripebits;
66 struct mtx sc_lock;
67 int sc_flags;