Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/cluster/
Dheartbeat.c237 struct o2hb_disk_slot *hr_slots; member
562 slot = &reg->hr_slots[o2nm_this_node()]; in o2hb_check_own_slot()
604 slot = &reg->hr_slots[node_num]; in o2hb_prepare_block()
1038 membership_change |= o2hb_check_slot(reg, &reg->hr_slots[i]); in o2hb_do_disk_heartbeat()
1171 o2hb_shutdown_slot(&reg->hr_slots[i]); in o2hb_thread()
1489 if (reg->hr_slots) in o2hb_region_release()
1490 kfree(reg->hr_slots); in o2hb_region_release()
1654 reg->hr_slots = kcalloc(reg->hr_blocks, in o2hb_map_slot_data()
1656 if (reg->hr_slots == NULL) { in o2hb_map_slot_data()
1662 slot = &reg->hr_slots[i]; in o2hb_map_slot_data()
[all …]