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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Docfs2_heartbeat.h33 __le32 hb_cksum; member in struct:o2hb_disk_heartbeat_block
H A Dheartbeat.c361 * hb_cksum field. Save it off here and replace after the
363 old_cksum = hb_block->hb_cksum;
364 hb_block->hb_cksum = 0;
368 hb_block->hb_cksum = old_cksum;
378 hb_block->hb_node, le32_to_cpu(hb_block->hb_cksum),
387 read = le32_to_cpu(hb_block->hb_cksum);
440 hb_block->hb_cksum = cpu_to_le32(o2hb_compute_block_crc_le(reg,
445 le32_to_cpu(hb_block->hb_cksum));
627 le32_to_cpu(hb_block->hb_cksum),

Completed in 84 milliseconds