Lines Matching defs:nodes
156 /* for any nodes that do not support slots, we will not have set memb->slot
420 /* all nodes revert to weight of 1 if all have weight 0 */
542 if (rv->nodes[i].nodeid == nodeid)
543 return &rv->nodes[i];
591 node = &rv->nodes[i];
611 log_rinfo(ls, "dlm_recover_members %d nodes", ls->ls_num_nodes);
615 /* Userspace guarantees that dlm_ls_stop() has completed on all nodes before
706 struct dlm_config_node *nodes = NULL;
713 error = dlm_config_nodes(ls->ls_name, &nodes, &count);
728 rv->nodes = nodes;
738 kfree(rv_old->nodes);
747 kfree(nodes);