Home
last modified time | relevance | path

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

/freebsd/sys/geom/concat/
H A Dg_concat.h66 struct g_concat_softc { struct
67 u_int sc_type; /* provider type */
68 struct g_geom *sc_geom;
69 struct g_provider *sc_provider;
70 uint32_t sc_id; /* concat unique ID */
72 uint16_t sc_ndisks;
75 struct mtx sc_completion_lock; /* synchronizes cross-boundary IOs */
76 struct sx sc_disks_lock; /* synchronizes modification of sc_disks */