Lines Matching refs:recovering
216 * 1) all recovery threads cluster wide will work on recovering
278 list_for_each_entry(res, &dlm->reco.resources, recovering) {
279 mlog(ML_NOTICE, "%s: lockres %.*s on recovering list\n",
384 * recovering a dead node (as the new master or not) and clear
453 mlog(0, "new master %u died while recovering %u!\n",
921 list_for_each_entry(res, &resources, recovering) {
1051 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) {
1079 list_move_tail(&res->recovering, list);
1083 list_move_tail(&res->recovering, list);
1409 /* mark it as recovering/migrating and hash it */
1435 "lock %.*s, but marked as recovering!\n",
1459 /* mark it as recovering/migrating and hash it */
1636 * recovering. if so, then the new_master died and
2063 if (!list_empty(&res->recovering)) {
2067 list_del_init(&res->recovering);
2072 list_add_tail(&res->recovering, &dlm->reco.resources);
2146 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) {
2151 list_del_init(&res->recovering);
2186 if (!list_empty(&res->recovering)) {
2187 list_del_init(&res->recovering);
2345 * to the recovering list. set the RECOVERING flag.