Lines Matching refs:nodeid
230 int nodeid; member
243 int nodeid; member
467 cm->nodeid = -1; in make_comm()
478 dlm_lowcomms_close(cm->nodeid); in drop_comm()
500 nd->nodeid = -1; in make_node()
560 return sprintf(buf, "%d\n", config_item_to_comm(item)->nodeid); in comm_nodeid_show()
566 int rc = kstrtoint(buf, 0, &config_item_to_comm(item)->nodeid); in comm_nodeid_store()
610 rv = dlm_lowcomms_addr(cm->nodeid, addr, len); in comm_addr_store()
665 CONFIGFS_ATTR(comm_, nodeid);
680 return sprintf(buf, "%d\n", config_item_to_node(item)->nodeid); in node_nodeid_show()
688 int rc = kstrtoint(buf, 0, &nd->nodeid); in node_nodeid_store()
692 dlm_comm_seq(nd->nodeid, &seq); in node_nodeid_store()
712 CONFIGFS_ATTR(node_, nodeid);
744 static struct dlm_comm *get_comm(int nodeid) in get_comm() argument
758 if (cm->nodeid != nodeid) in get_comm()
806 node->nodeid = nd->nodeid; in dlm_config_nodes()
824 int dlm_comm_seq(int nodeid, uint32_t *seq) in dlm_comm_seq() argument
826 struct dlm_comm *cm = get_comm(nodeid); in dlm_comm_seq()
836 return local_comm ? local_comm->nodeid : 0; in dlm_our_nodeid()