hr_slot_data      219 fs/ocfs2/cluster/heartbeat.c 	struct page             **hr_slot_data;
hr_slot_data      542 fs/ocfs2/cluster/heartbeat.c 		page = reg->hr_slot_data[current_page];
hr_slot_data     1509 fs/ocfs2/cluster/heartbeat.c 	if (reg->hr_slot_data) {
hr_slot_data     1511 fs/ocfs2/cluster/heartbeat.c 			page = reg->hr_slot_data[i];
hr_slot_data     1515 fs/ocfs2/cluster/heartbeat.c 		kfree(reg->hr_slot_data);
hr_slot_data     1699 fs/ocfs2/cluster/heartbeat.c 	reg->hr_slot_data = kcalloc(reg->hr_num_pages, sizeof(struct page *),
hr_slot_data     1701 fs/ocfs2/cluster/heartbeat.c 	if (!reg->hr_slot_data)
hr_slot_data     1709 fs/ocfs2/cluster/heartbeat.c 		reg->hr_slot_data[i] = page;