Home
last modified time | relevance | path

Searched refs:hb_cksum (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/ocfs2/cluster/
Docfs2_heartbeat.h33 __le32 hb_cksum; member
Dheartbeat.c519 old_cksum = hb_block->hb_cksum; in o2hb_compute_block_crc_le()
520 hb_block->hb_cksum = 0; in o2hb_compute_block_crc_le()
524 hb_block->hb_cksum = old_cksum; in o2hb_compute_block_crc_le()
534 hb_block->hb_node, le32_to_cpu(hb_block->hb_cksum), in o2hb_dump_slot()
543 read = le32_to_cpu(hb_block->hb_cksum); in o2hb_verify_crc()
619 hb_block->hb_cksum = cpu_to_le32(o2hb_compute_block_crc_le(reg, in o2hb_prepare_block()
624 le32_to_cpu(hb_block->hb_cksum)); in o2hb_prepare_block()
859 le32_to_cpu(hb_block->hb_cksum), in o2hb_check_slot()