Searched refs:h_crc (Results 1 – 6 of 6) sorted by relevance
37 __be16 h_crc; /* crc-ccitt of body_size bytes */ member
93 oi->i_head.h_crc = cpu_to_be16(crc); in omfs_update_checksums()
60 __be16 h_crc; /* crc-ccitt of body_size bytes */
170 __le32 h_crc; /* crc of log record : 4 */ member
1819 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()2063 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()2074 iclog->ic_header.h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()
2836 __le32 old_crc = rhead->h_crc; in xlog_recover_process()