Lines Matching defs:node
172 /* only updates if this node masters the lockres */
177 mlog(0, "getting lvb from lockres for %s node\n",
178 lock->ml.node == dlm->node_num ? "master" :
207 BUG_ON(lock->ml.node != dlm->node_num);
227 BUG_ON(lock->ml.node == dlm->node_num);
232 /* lock request came from another node
243 BUG_ON(lock->ml.node != dlm->node_num);
269 u8 node;
283 node = past->node_idx;
308 "name=%.*s, node=%u\n", past->type,
311 locklen, name, node);
319 "name=%.*s, node=%u\n", (past->type == DLM_AST ? "" : "b"),
322 locklen, name, node);
327 /* cannot get a proxy ast message if this node owns it */
368 "node=%u\n", past->type == DLM_AST ? "" : "b",
371 locklen, name, node);
432 res->lockname.len, res->lockname.name, lock->ml.node, msg_type,
453 lock->ml.node, &status);
455 mlog(ML_ERROR, "%s: res %.*s, error %d send AST to node %u\n",
457 lock->ml.node);
460 mlog(ML_ERROR, "sent AST to node %u, it thinks this "
461 "node is dead!\n", lock->ml.node);
464 mlog(ML_ERROR, "sent AST to node %u, it returned "
465 "DLM_MIGRATING!\n", lock->ml.node);
468 mlog(ML_ERROR, "AST to node %u returned %d!\n",
469 lock->ml.node, status);