Searched refs:hr_slots (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.c129 struct o2hb_disk_slot *hr_slots; member in struct:o2hb_region
401 slot = &reg->hr_slots[node_num];
422 slot = &reg->hr_slots[node_num];
783 change |= o2hb_check_slot(reg, &reg->hr_slots[i]);
892 o2hb_shutdown_slot(&reg->hr_slots[i]);
980 if (reg->hr_slots)
981 kfree(reg->hr_slots);
1137 reg->hr_slots = kcalloc(reg->hr_blocks,
1139 if (reg->hr_slots == NULL) {
1145 slot = &reg->hr_slots[
[all...]

Completed in 93 milliseconds