Lines Matching refs:recovering
207 * 1) all recovery threads cluster wide will work on recovering
269 list_for_each_entry(res, &dlm->reco.resources, recovering) {
270 mlog(ML_NOTICE, "%s: lockres %.*s on recovering list\n",
375 * recovering a dead node (as the new master or not) and clear
444 mlog(0, "new master %u died while recovering %u!\n",
912 list_for_each_entry(res, &resources, recovering) {
1042 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) {
1070 list_move_tail(&res->recovering, list);
1074 list_move_tail(&res->recovering, list);
1400 /* mark it as recovering/migrating and hash it */
1426 "lock %.*s, but marked as recovering!\n",
1450 /* mark it as recovering/migrating and hash it */
1627 * recovering. if so, then the new_master died and
2054 if (!list_empty(&res->recovering)) {
2058 list_del_init(&res->recovering);
2063 list_add_tail(&res->recovering, &dlm->reco.resources);
2137 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) {
2142 list_del_init(&res->recovering);
2177 if (!list_empty(&res->recovering)) {
2178 list_del_init(&res->recovering);
2336 * to the recovering list. set the RECOVERING flag.