Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/cluster/
Docfs2_heartbeat.h17 __le32 hb_cksum; member
Dheartbeat.c623 old_cksum = hb_block->hb_cksum; in o2hb_compute_block_crc_le()
624 hb_block->hb_cksum = 0; in o2hb_compute_block_crc_le()
628 hb_block->hb_cksum = old_cksum; in o2hb_compute_block_crc_le()
638 hb_block->hb_node, le32_to_cpu(hb_block->hb_cksum), in o2hb_dump_slot()
647 read = le32_to_cpu(hb_block->hb_cksum); in o2hb_verify_crc()
723 hb_block->hb_cksum = cpu_to_le32(o2hb_compute_block_crc_le(reg, in o2hb_prepare_block()
728 le32_to_cpu(hb_block->hb_cksum)); in o2hb_prepare_block()
958 le32_to_cpu(hb_block->hb_cksum), in o2hb_check_slot()