Lines Matching defs:nodeid
30 * offset into the sorted list of nodeid's to give the particular nodeid.
65 int error = -ENOMEM, last_len, nodeid, result;
79 if (memb->nodeid == dlm_our_nodeid())
91 error = dlm_rcom_names(ls, memb->nodeid,
133 error = dlm_master_lookup(ls, memb->nodeid,
136 &nodeid, &result);
144 * master nodeid is different from
145 * memb->nodeid which says it is the master.
149 nodeid != memb->nodeid) {
152 "nodeid %d memb %d bad %u",
153 result, nodeid, memb->nodeid,
161 * master nodeid matches memb->nodeid. */
164 nodeid == memb->nodeid) {
169 * added with memb->nodeid as the master. */
235 char *outbuf, int outlen, int nodeid)
249 nodeid, inlen, inbuf);
263 if (dir_nodeid != nodeid)