Lines Matching defs:hr_block_bytes
210 unsigned int hr_block_bytes;
626 ret = crc32_le(0, (unsigned char *) hb_block, reg->hr_block_bytes);
711 memset(hb_block, 0, reg->hr_block_bytes);
893 memcpy(hb_block, slot->ds_raw_block, reg->hr_block_bytes);
1553 return sprintf(page, "%u\n", to_o2hb_region(item)->hr_block_bytes);
1573 reg->hr_block_bytes = (unsigned int)block_bytes;
1651 mlog(ML_HEARTBEAT, "hr_block_bytes = %u, hr_block_bits = %u\n",
1652 reg->hr_block_bytes, reg->hr_block_bits);
1666 reg->hr_tmp_block = kmalloc(reg->hr_block_bytes, GFP_KERNEL);
1710 raw += reg->hr_block_bytes;
1782 reg->hr_block_bytes == 0)
1798 if (sectsize != reg->hr_block_bytes) {
1801 reg->hr_block_bytes, sectsize);