Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ocfs2/cluster/
Docfs2_heartbeat.h19 __le32 hb_cksum; member
Dheartbeat.c630 old_cksum = hb_block->hb_cksum; in o2hb_compute_block_crc_le()
631 hb_block->hb_cksum = 0; in o2hb_compute_block_crc_le()
635 hb_block->hb_cksum = old_cksum; in o2hb_compute_block_crc_le()
645 hb_block->hb_node, le32_to_cpu(hb_block->hb_cksum), in o2hb_dump_slot()
654 read = le32_to_cpu(hb_block->hb_cksum); in o2hb_verify_crc()
730 hb_block->hb_cksum = cpu_to_le32(o2hb_compute_block_crc_le(reg, in o2hb_prepare_block()
735 le32_to_cpu(hb_block->hb_cksum)); in o2hb_prepare_block()
965 le32_to_cpu(hb_block->hb_cksum), in o2hb_check_slot()