Home
last modified time | relevance | path

Searched refs:hdr_crc (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_crc.h205 head->hdr_crc = hammer_crc_get_fifo_head(vol_version, head, bytes); in hammer_crc_set_fifo_head()
211 if (head->hdr_crc == hammer_crc_get_fifo_head(vol_version, head, bytes)) in hammer_crc_test_fifo_head()
214 if (head->hdr_crc == hammer_crc_get_fifo_head( in hammer_crc_test_fifo_head()
H A Dhammer_undo.c231 undo->head.hdr_crc = 0; in hammer_generate_undo()
322 head->hdr_crc = 0; in hammer_format_undo()
392 head->hdr_crc = 0; in hammer_upgrade_undo_4()
H A Dhammer_disk.h581 hammer_crc_t hdr_crc; /* XOR crc up to field w/ crc after field */ member
584 #define HAMMER_FIFO_HEAD_CRCOFF offsetof(struct hammer_fifo_head, hdr_crc)
H A Dhammer_redo.c216 redo->head.hdr_crc = 0; in hammer_generate_redo()
H A Dhammer_recover.c934 head->hdr_crc, (intmax_t)beg_off); in _hammer_check_signature()
/dragonfly/lib/libdmsg/
H A Dmsg.c838 xcrc32 = bswap32(head->hdr_crc); in dmsg_ioq_read()
840 xcrc32 = head->hdr_crc; in dmsg_ioq_read()
841 head->hdr_crc = 0; in dmsg_ioq_read()
850 head->hdr_crc = xcrc32; in dmsg_ioq_read()
1236 msg->any.head.hdr_crc = 0; in dmsg_iocom_flush1()
1237 msg->any.head.hdr_crc = dmsg_icrc32(&msg->any.head, hbytes); in dmsg_iocom_flush1()
2758 head->hdr_crc = bswap32(head->hdr_crc);
H A Ddebug.c246 msg->any.head.hdr_crc, in dmsg_msg_str()
/dragonfly/sys/sys/
H A Ddmsg.h228 uint32_t hdr_crc; /* 3C (aligned) extended header crc */ member
/dragonfly/sys/kern/
H A Dkern_dmsg.c2011 msg->any.head.hdr_crc = 0;
2012 msg->any.head.hdr_crc = iscsi_crc32(msg->any.buf, msg->hdr_size);
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c2169 uint32_t hdr_crc, computed_crc; in process_base_block() local
2188 if(!read_u32(a, &hdr_crc)) { in process_base_block()
2226 if(computed_crc != hdr_crc) { in process_base_block()