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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Docfs2_heartbeat.h33 __le32 hb_cksum; member in struct:o2hb_disk_heartbeat_block
H A Dheartbeat.c358 * hb_cksum field. Save it off here and replace after the
360 old_cksum = hb_block->hb_cksum;
361 hb_block->hb_cksum = 0;
365 hb_block->hb_cksum = old_cksum;
375 hb_block->hb_node, le32_to_cpu(hb_block->hb_cksum),
384 read = le32_to_cpu(hb_block->hb_cksum);
437 hb_block->hb_cksum = cpu_to_le32(o2hb_compute_block_crc_le(reg,
442 le32_to_cpu(hb_block->hb_cksum));
624 le32_to_cpu(hb_block->hb_cksum),

Completed in 43 milliseconds