Searched refs:jrh_magic (Results 1 – 2 of 2) sorted by relevance
226 char jrh_magic[sizeof(GJ_RECORD_HEADER_MAGIC)]; member
568 bcopy(data, hdr->jrh_magic, sizeof(hdr->jrh_magic)); in g_journal_record_header_decode()569 data += sizeof(hdr->jrh_magic); in g_journal_record_header_decode()570 if (strcmp(hdr->jrh_magic, GJ_RECORD_HEADER_MAGIC) != 0) in g_journal_record_header_decode()1268 strlcpy(hdr.jrh_magic, GJ_RECORD_HEADER_MAGIC, sizeof(hdr.jrh_magic)); in g_journal_flush()