Home
last modified time | relevance | path

Searched refs:jh_magic (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/journal/
H A Dg_journal.h202 char jh_magic[sizeof(GJ_HEADER_MAGIC)]; member
H A Dg_journal.c470 bcopy(data, hdr->jh_magic, sizeof(hdr->jh_magic)); in g_journal_header_decode()
471 data += sizeof(hdr->jh_magic); in g_journal_header_decode()
472 if (bcmp(hdr->jh_magic, GJ_HEADER_MAGIC, sizeof(GJ_HEADER_MAGIC)) != 0) in g_journal_header_decode()
517 strlcpy(hdr.jh_magic, GJ_HEADER_MAGIC, sizeof(hdr.jh_magic)); in g_journal_write_header()