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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c122 unsigned int hr_block_bytes; member in struct:o2hb_region
363 ret = crc32_le(0, (unsigned char *) hb_block, reg->hr_block_bytes);
425 memset(hb_block, 0, reg->hr_block_bytes);
566 memcpy(hb_block, slot->ds_raw_block, reg->hr_block_bytes);
1020 return sprintf(page, "%u\n", reg->hr_block_bytes);
1039 reg->hr_block_bytes = (unsigned int)block_bytes;
1116 mlog(ML_HEARTBEAT, "hr_block_bytes = %u, hr_block_bits = %u\n",
1117 reg->hr_block_bytes, reg->hr_block_bits);
1131 reg->hr_tmp_block = kmalloc(reg->hr_block_bytes, GFP_KERNEL);
1183 raw += reg->hr_block_bytes;
[all...]

Completed in 37 milliseconds