Lines Matching refs:o2nm_cluster
36 struct o2nm_cluster *o2nm_single_cluster = NULL;
62 struct o2nm_cluster *cluster = o2nm_single_cluster; in o2nm_configured_node_map()
77 static struct o2nm_node *o2nm_node_ip_tree_lookup(struct o2nm_cluster *cluster, in o2nm_node_ip_tree_lookup()
115 struct o2nm_cluster *cluster = o2nm_single_cluster; in o2nm_get_node_by_ip()
156 static struct o2nm_cluster *to_o2nm_cluster(struct config_item *item) in to_o2nm_cluster()
159 container_of(to_config_group(item), struct o2nm_cluster, in to_o2nm_cluster()
180 static struct o2nm_cluster *to_o2nm_cluster_from_node(struct o2nm_node *node) in to_o2nm_cluster_from_node()
197 struct o2nm_cluster *cluster = to_o2nm_cluster_from_node(node); in o2nm_node_num_store()
272 struct o2nm_cluster *cluster = to_o2nm_cluster_from_node(node); in o2nm_node_ipv4_address_store()
318 struct o2nm_cluster *cluster = to_o2nm_cluster_from_node(node); in o2nm_node_local_store()
432 struct o2nm_cluster *cluster = to_o2nm_cluster(item); in o2nm_cluster_idle_timeout_ms_store()
469 struct o2nm_cluster *cluster = to_o2nm_cluster(item); in o2nm_cluster_keepalive_delay_ms_store()
513 struct o2nm_cluster *cluster = to_o2nm_cluster(item); in o2nm_cluster_fence_method_show()
585 struct o2nm_cluster *cluster = to_o2nm_cluster(group->cg_item.ci_parent); in o2nm_node_group_drop_item()
631 struct o2nm_cluster *cluster = to_o2nm_cluster(item); in o2nm_cluster_release()
666 struct o2nm_cluster *cluster = NULL; in o2nm_cluster_group_make_group()
676 cluster = kzalloc(sizeof(struct o2nm_cluster), GFP_KERNEL); in o2nm_cluster_group_make_group()
716 struct o2nm_cluster *cluster = to_o2nm_cluster(item); in o2nm_cluster_group_drop_item()