Home
last modified time | relevance | path

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

/freebsd/sys/geom/journal/
H A Dg_journal.h102 struct g_journal_softc { struct
103 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 …]