Searched defs:g_multipath_softc (Results 1 – 1 of 1) sorted by relevance
45 struct g_multipath_softc { struct46 struct g_provider * sc_pp;47 struct g_consumer * sc_active;48 struct mtx sc_mtx;49 char sc_name[16];50 char sc_uuid[40];51 off_t sc_size;52 int sc_opened;53 int sc_stopping;54 int sc_ndisks;[all …]