Searched refs:hb_block (Results 1 – 1 of 1) sorted by relevance
511 struct o2hb_disk_heartbeat_block *hb_block) in o2hb_compute_block_crc_le() argument519 old_cksum = hb_block->hb_cksum; in o2hb_compute_block_crc_le()520 hb_block->hb_cksum = 0; in o2hb_compute_block_crc_le()522 ret = crc32_le(0, (unsigned char *) hb_block, reg->hr_block_bytes); in o2hb_compute_block_crc_le()524 hb_block->hb_cksum = old_cksum; in o2hb_compute_block_crc_le()529 static void o2hb_dump_slot(struct o2hb_disk_heartbeat_block *hb_block) in o2hb_dump_slot() argument533 (long long)le64_to_cpu(hb_block->hb_seq), in o2hb_dump_slot()534 hb_block->hb_node, le32_to_cpu(hb_block->hb_cksum), in o2hb_dump_slot()535 (long long)le64_to_cpu(hb_block->hb_generation)); in o2hb_dump_slot()539 struct o2hb_disk_heartbeat_block *hb_block) in o2hb_verify_crc() argument[all …]