Lines Matching defs:nodes
160 /* for any nodes that do not support slots, we will not have set memb->slot
397 /* all nodes revert to weight of 1 if all have weight 0 */
518 if (rv->nodes[i].nodeid == nodeid)
519 return &rv->nodes[i];
562 node = &rv->nodes[i];
586 log_rinfo(ls, "dlm_recover_members %d nodes", ls->ls_num_nodes);
590 /* Userspace guarantees that dlm_ls_stop() has completed on all nodes before
672 struct dlm_config_node *nodes = NULL;
679 error = dlm_config_nodes(ls->ls_name, &nodes, &count);
694 rv->nodes = nodes;
704 kfree(rv_old->nodes);
713 kfree(nodes);