Searched refs:h_crc (Results 1 – 4 of 4) sorted by relevance
37 __be16 h_crc; /* crc-ccitt of body_size bytes */ member
60 __be16 h_crc; /* crc-ccitt of body_size bytes */
1514 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()1751 iclog->ic_header->h_crc = xlog_cksum(log, iclog->ic_header, in xlog_sync()1762 iclog->ic_header->h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()
2885 __le32 expected_crc = rhead->h_crc, crc, other_crc; in xlog_recover_process()