Home
last modified time | relevance | path

Searched refs:hr_tmp_block (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/ocfs2/cluster/
Dheartbeat.c276 struct o2hb_disk_heartbeat_block *hr_tmp_block; member
788 struct o2hb_disk_heartbeat_block *hb_block = reg->hr_tmp_block; in o2hb_check_slot()
1474 if (reg->hr_tmp_block) in o2hb_region_release()
1475 kfree(reg->hr_tmp_block); in o2hb_region_release()
1648 reg->hr_tmp_block = kmalloc(reg->hr_block_bytes, GFP_KERNEL); in o2hb_map_slot_data()
1649 if (reg->hr_tmp_block == NULL) { in o2hb_map_slot_data()