hbcall            740 fs/ocfs2/cluster/heartbeat.c static void o2hb_fire_callbacks(struct o2hb_callback *hbcall,
hbcall            746 fs/ocfs2/cluster/heartbeat.c 	list_for_each_entry(f, &hbcall->list, hc_item) {
hbcall            755 fs/ocfs2/cluster/heartbeat.c 	struct o2hb_callback *hbcall;
hbcall            776 fs/ocfs2/cluster/heartbeat.c 		hbcall = hbcall_from_type(event->hn_event_type);
hbcall            781 fs/ocfs2/cluster/heartbeat.c 		BUG_ON(IS_ERR(hbcall));
hbcall            783 fs/ocfs2/cluster/heartbeat.c 		o2hb_fire_callbacks(hbcall, event->hn_node, event->hn_node_num);
hbcall           2409 fs/ocfs2/cluster/heartbeat.c 	struct o2hb_callback *hbcall;
hbcall           2415 fs/ocfs2/cluster/heartbeat.c 	hbcall = hbcall_from_type(hc->hc_type);
hbcall           2416 fs/ocfs2/cluster/heartbeat.c 	if (IS_ERR(hbcall)) {
hbcall           2417 fs/ocfs2/cluster/heartbeat.c 		ret = PTR_ERR(hbcall);
hbcall           2431 fs/ocfs2/cluster/heartbeat.c 	list_for_each_entry(f, &hbcall->list, hc_item) {
hbcall           2438 fs/ocfs2/cluster/heartbeat.c 		list_add_tail(&hc->hc_item, &hbcall->list);