Searched refs:recovering (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmrecovery.c234 * 1) all recovery threads cluster wide will work on recovering
296 list_for_each_entry(res, &dlm->reco.resources, recovering) {
297 mlog(ML_NOTICE, "%s: lockres %.*s on recovering list\n",
404 * recovering a dead node (as the new master or not) and clear
456 mlog(0, "new master %u died while recovering %u!\n",
915 list_for_each_entry(res, &resources, recovering) {
1045 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);
1385 /* mark it as recovering/migratin
[all...]
H A Ddlmdebug.c114 list_empty(&res->recovering) ? "no" : "yes",
593 !list_empty(&res->recovering),
H A Ddlmmaster.c519 !list_empty(&res->recovering) ||
530 !list_empty(&res->recovering) ? 'R' : ' ',
543 BUG_ON(!list_empty(&res->recovering));
579 INIT_LIST_HEAD(&res->recovering);
3057 "lockres is marked as recovering!");
H A Ddlmcommon.h315 struct list_head recovering; // dlm_recovery_ctxt.resources list member in struct:dlm_lock_resource
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Ddm-region-hash.c396 int recovering = 0; local
422 recovering = (reg->state == DM_RH_RECOVERING);
427 if (recovering)
594 * recovering flag.
697 /* wait for any recovering regions */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Ddm-region-hash.c396 int recovering = 0; local
422 recovering = (reg->state == DM_RH_RECOVERING);
427 if (recovering)
594 * recovering flag.
697 /* wait for any recovering regions */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmrecovery.c234 * 1) all recovery threads cluster wide will work on recovering
296 list_for_each_entry(res, &dlm->reco.resources, recovering) {
297 mlog(ML_NOTICE, "%s: lockres %.*s on recovering list\n",
404 * recovering a dead node (as the new master or not) and clear
456 mlog(0, "new master %u died while recovering %u!\n",
915 list_for_each_entry(res, &resources, recovering) {
1045 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);
1385 /* mark it as recovering/migratin
[all...]
H A Ddlmdebug.c114 list_empty(&res->recovering) ? "no" : "yes",
593 !list_empty(&res->recovering),
H A Ddlmcommon.h315 struct list_head recovering; // dlm_recovery_ctxt.resources list member in struct:dlm_lock_resource
H A Ddlmmaster.c519 !list_empty(&res->recovering) ||
530 !list_empty(&res->recovering) ? 'R' : ' ',
543 BUG_ON(!list_empty(&res->recovering));
579 INIT_LIST_HEAD(&res->recovering);
3057 "lockres is marked as recovering!");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/
H A Dbusybox.spec34 useful for recovering from certain types of system failures,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/examples/
H A Dbusybox.spec34 useful for recovering from certain types of system failures,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/examples/
H A Dbusybox.spec34 useful for recovering from certain types of system failures,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/rep/
H A Drep_record.c93 if (IS_REP_CLIENT(env) && recovering) { \
102 * If we're recovering the log we only want log records that are in the
111 (recovering && \
220 int cmp, do_sync, lockout, recovering, ret, t_ret; local
364 recovering = F_ISSET(rep, REP_F_RECOVER_MASK);
494 * Handle even if we're recovering.
524 * Handle even if we're recovering.
569 * Handle even if we're recovering.
576 * Handle even if we're recovering.
591 * Handle even if we're recovering
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/rep/
H A Drep_record.c93 if (IS_REP_CLIENT(env) && recovering) { \
102 * If we're recovering the log we only want log records that are in the
111 (recovering && \
220 int cmp, do_sync, lockout, recovering, ret, t_ret; local
364 recovering = F_ISSET(rep, REP_F_RECOVER_MASK);
494 * Handle even if we're recovering.
524 * Handle even if we're recovering.
569 * Handle even if we're recovering.
576 * Handle even if we're recovering.
591 * Handle even if we're recovering
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/rep/
H A Drep_record.c93 if (IS_REP_CLIENT(env) && recovering) { \
102 * If we're recovering the log we only want log records that are in the
111 (recovering && \
220 int cmp, do_sync, lockout, recovering, ret, t_ret; local
364 recovering = F_ISSET(rep, REP_F_RECOVER_MASK);
494 * Handle even if we're recovering.
524 * Handle even if we're recovering.
569 * Handle even if we're recovering.
576 * Handle even if we're recovering.
591 * Handle even if we're recovering
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c2610 int recovering; local
2674 recovering = adapter->outstanding_cmds;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c2610 int recovering; local
2674 recovering = adapter->outstanding_cmds;

Completed in 359 milliseconds