Searched defs:g_journal_softc (Results 1 – 1 of 1) sorted by relevance
102 struct g_journal_softc { struct103 uint32_t sc_id;104 uint8_t sc_type;105 uint8_t sc_orig_type;106 struct g_geom *sc_geom;107 u_int sc_flags;108 struct mtx sc_mtx;109 off_t sc_mediasize;110 u_int sc_sectorsize;113 u_int sc_bio_flush;[all …]