Home
last modified time | relevance | path

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

/freebsd/sys/geom/journal/
H A Dg_journal.h225 struct g_journal_record_header { struct
226 char jrh_magic[sizeof(GJ_RECORD_HEADER_MAGIC)];
227 uint32_t jrh_journal_id;
228 uint16_t jrh_nentries;
229 u_char jrh_sum[8];
230 struct g_journal_entry jrh_entries[GJ_RECORD_HEADER_NENTRIES];