Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/cluster/
H A Dheartbeat.c631 old_cksum = hb_block->hb_cksum; in o2hb_compute_block_crc_le()
632 hb_block->hb_cksum = 0; in o2hb_compute_block_crc_le()
636 hb_block->hb_cksum = old_cksum; in o2hb_compute_block_crc_le()
646 hb_block->hb_node, le32_to_cpu(hb_block->hb_cksum), in o2hb_dump_slot()
679 hb_block = slot->ds_raw_block; in o2hb_check_own_slot()
726 hb_block->hb_node = node_num; in o2hb_prepare_block()
732 hb_block)); in o2hb_prepare_block()
736 le32_to_cpu(hb_block->hb_cksum)); in o2hb_prepare_block()
916 if (!o2hb_verify_crc(reg, hb_block)) { in o2hb_check_slot()
932 o2hb_dump_slot(hb_block); in o2hb_check_slot()
[all …]