hr_block_bytes    214 fs/ocfs2/cluster/heartbeat.c 	unsigned int		hr_block_bytes;
hr_block_bytes    635 fs/ocfs2/cluster/heartbeat.c 	ret = crc32_le(0, (unsigned char *) hb_block, reg->hr_block_bytes);
hr_block_bytes    720 fs/ocfs2/cluster/heartbeat.c 	memset(hb_block, 0, reg->hr_block_bytes);
hr_block_bytes    902 fs/ocfs2/cluster/heartbeat.c 	memcpy(hb_block, slot->ds_raw_block, reg->hr_block_bytes);
hr_block_bytes   1566 fs/ocfs2/cluster/heartbeat.c 	return sprintf(page, "%u\n", to_o2hb_region(item)->hr_block_bytes);
hr_block_bytes   1586 fs/ocfs2/cluster/heartbeat.c 	reg->hr_block_bytes = (unsigned int)block_bytes;
hr_block_bytes   1664 fs/ocfs2/cluster/heartbeat.c 	     reg->hr_block_bytes, reg->hr_block_bits);
hr_block_bytes   1678 fs/ocfs2/cluster/heartbeat.c 	reg->hr_tmp_block = kmalloc(reg->hr_block_bytes, GFP_KERNEL);
hr_block_bytes   1722 fs/ocfs2/cluster/heartbeat.c 			raw += reg->hr_block_bytes;
hr_block_bytes   1795 fs/ocfs2/cluster/heartbeat.c 	    reg->hr_block_bytes == 0)
hr_block_bytes   1816 fs/ocfs2/cluster/heartbeat.c 	if (sectsize != reg->hr_block_bytes) {
hr_block_bytes   1819 fs/ocfs2/cluster/heartbeat.c 		     reg->hr_block_bytes, sectsize);