Lines Matching defs:hr_block_bytes
212 unsigned int hr_block_bytes;
633 ret = crc32_le(0, (unsigned char *) hb_block, reg->hr_block_bytes);
718 memset(hb_block, 0, reg->hr_block_bytes);
900 memcpy(hb_block, slot->ds_raw_block, reg->hr_block_bytes);
1564 return sprintf(page, "%u\n", to_o2hb_region(item)->hr_block_bytes);
1584 reg->hr_block_bytes = (unsigned int)block_bytes;
1661 mlog(ML_HEARTBEAT, "hr_block_bytes = %u, hr_block_bits = %u\n",
1662 reg->hr_block_bytes, reg->hr_block_bits);
1676 reg->hr_tmp_block = kmalloc(reg->hr_block_bytes, GFP_KERNEL);
1720 raw += reg->hr_block_bytes;
1792 reg->hr_block_bytes == 0)
1809 if (sectsize != reg->hr_block_bytes) {
1812 reg->hr_block_bytes, sectsize);