Lines Matching defs:nodeid
26 * /config/dlm/<cluster>/spaces/<space>/nodes/<node>/nodeid
28 * /config/dlm/<cluster>/comms/<comm>/nodeid
256 int nodeid;
270 int nodeid;
273 int comm_seq; /* copy of cm->seq when nd->nodeid is set */
502 cm->nodeid = -1;
514 dlm_lowcomms_close(cm->nodeid);
536 nd->nodeid = -1;
596 return sprintf(buf, "%d\n", config_item_to_comm(item)->nodeid);
602 int rc = kstrtoint(buf, 0, &config_item_to_comm(item)->nodeid);
646 rv = dlm_lowcomms_addr(cm->nodeid, addr, len);
720 CONFIGFS_ATTR(comm_, nodeid);
737 return sprintf(buf, "%d\n", config_item_to_node(item)->nodeid);
745 int rc = kstrtoint(buf, 0, &nd->nodeid);
749 dlm_comm_seq(nd->nodeid, &seq);
769 CONFIGFS_ATTR(node_, nodeid);
801 static struct dlm_comm *get_comm(int nodeid)
815 if (cm->nodeid != nodeid)
863 node->nodeid = nd->nodeid;
881 int dlm_comm_seq(int nodeid, uint32_t *seq)
883 struct dlm_comm *cm = get_comm(nodeid);
891 void dlm_comm_mark(int nodeid, unsigned int *mark)
895 cm = get_comm(nodeid);
911 return local_comm ? local_comm->nodeid : 0;