Lines Matching defs:done
222 * 4) each of these locks should be locked until recovery is done
232 * everything and recovery for this dead node is done
266 st = "done";
648 * done, or if anyone died */
677 mlog(0, "%s: node %u state is done\n",
695 * before the recovery is not done. That may
704 mlog(0, "all nodes are done! send finalize\n");
713 mlog(0, "should be done with recovery!\n");
942 "recovery all-done for dead node %u, ret=%d\n",
982 struct dlm_reco_data_done *done = (struct dlm_reco_data_done *)msg->buf;
990 "node_idx=%u, this node=%u\n", done->dead_node,
991 dlm->reco.dead_node, done->node_idx, dlm->node_num);
993 mlog_bug_on_msg((done->dead_node != dlm->reco.dead_node),
995 "node_idx=%u, this node=%u\n", done->dead_node,
996 dlm->reco.dead_node, done->node_idx, dlm->node_num);
1000 if (ndata->node_num != done->node_idx)
1030 /* wake the recovery thread, some node is done */
1036 "%u\n", done->node_idx);
1039 mlog(0, "leaving reco data done handler, ret=%d\n", ret);
1120 /* add an all-done flag if we reached the last lock */
1392 mlog(0, "all done flag. all lockres data received!\n");
2039 mlog(0, "done running all the locks\n");
2630 * is actually "done" and the lock structure is
2960 mlog(0, "%s: recovery done, reco master was %u, dead now %u, master now %u\n",