Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/cluster/ !
Docfs2_heartbeat.h33 __le32 hb_cksum; member
Dheartbeat.c653 old_cksum = hb_block->hb_cksum; in o2hb_compute_block_crc_le()
654 hb_block->hb_cksum = 0; in o2hb_compute_block_crc_le()
658 hb_block->hb_cksum = old_cksum; in o2hb_compute_block_crc_le()
668 hb_block->hb_node, le32_to_cpu(hb_block->hb_cksum), in o2hb_dump_slot()
677 read = le32_to_cpu(hb_block->hb_cksum); in o2hb_verify_crc()
753 hb_block->hb_cksum = cpu_to_le32(o2hb_compute_block_crc_le(reg, in o2hb_prepare_block()
758 le32_to_cpu(hb_block->hb_cksum)); in o2hb_prepare_block()
988 le32_to_cpu(hb_block->hb_cksum), in o2hb_check_slot()