Searched refs:nd_item (Results 1 – 3 of 3) sorted by relevance
54 config_item_get(&node->nd_item); in o2nm_get_node_by_num()124 config_item_get(&node->nd_item); in o2nm_get_node_by_ip()134 config_item_put(&node->nd_item); in o2nm_node_put()140 config_item_get(&node->nd_item); in o2nm_node_get()167 return item ? container_of(item, struct o2nm_node, nd_item) : NULL; in to_o2nm_node()185 return to_o2nm_cluster(node->nd_item.ci_parent->ci_parent); in to_o2nm_cluster_from_node()711 config_item_init_type_name(&node->nd_item, name, &o2nm_node_type); in o2nm_node_group_make_item()716 return &node->nd_item; in o2nm_node_group_make_item()750 config_item_name(&node->nd_item)); in o2nm_node_group_drop_item()914 ret = o2nm_depend_item(&local_node->nd_item); in o2nm_depend_this_node()[all …]
44 struct config_item nd_item; member
409 o2nm_undepend_item(&sc->sc_node->nd_item); in sc_kref_release()443 status = o2nm_depend_item(&node->nd_item); in sc_alloc()