Lines Matching refs:nodeid
226 int nodeid; member
239 int nodeid; member
487 cm->nodeid = -1; in make_comm()
498 dlm_lowcomms_close(cm->nodeid); in drop_comm()
520 nd->nodeid = -1; in make_node()
580 return sprintf(buf, "%d\n", config_item_to_comm(item)->nodeid); in comm_nodeid_show()
586 int rc = kstrtoint(buf, 0, &config_item_to_comm(item)->nodeid); in comm_nodeid_store()
630 rv = dlm_lowcomms_addr(cm->nodeid, addr, len); in comm_addr_store()
685 CONFIGFS_ATTR(comm_, nodeid);
700 return sprintf(buf, "%d\n", config_item_to_node(item)->nodeid); in node_nodeid_show()
708 int rc = kstrtoint(buf, 0, &nd->nodeid); in node_nodeid_store()
712 dlm_comm_seq(nd->nodeid, &seq); in node_nodeid_store()
732 CONFIGFS_ATTR(node_, nodeid);
764 static struct dlm_comm *get_comm(int nodeid) in get_comm() argument
778 if (cm->nodeid != nodeid) in get_comm()
826 node->nodeid = nd->nodeid; in dlm_config_nodes()
844 int dlm_comm_seq(int nodeid, uint32_t *seq) in dlm_comm_seq() argument
846 struct dlm_comm *cm = get_comm(nodeid); in dlm_comm_seq()
856 return local_comm ? local_comm->nodeid : 0; in dlm_our_nodeid()