Home
last modified time | relevance | path

Searched refs:recovery_disabled (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/remoteproc/
Dremoteproc_debugfs.c122 char *buf = rproc->recovery_disabled ? "disabled\n" : "enabled\n"; in rproc_recovery_read()
171 rproc->recovery_disabled = false; in rproc_recovery_write()
176 rproc->recovery_disabled = true; in rproc_recovery_write()
Dremoteproc_core.c1011 if (!rproc->recovery_disabled) in rproc_crash_handler_work()
/linux-4.1.27/drivers/md/
Draid1.h91 int recovery_disabled; member
Draid10.h7 int recovery_disabled; /* matches member
Draid1.c1494 conf->recovery_disabled = mddev->recovery_disabled; in error()
1621 if (mddev->recovery_disabled == conf->recovery_disabled) in raid1_add_disk()
1704 mddev->recovery_disabled != conf->recovery_disabled && in raid1_remove_disk()
1898 conf->recovery_disabled = in fix_sync_read_error()
1899 mddev->recovery_disabled; in fix_sync_read_error()
2648 conf->recovery_disabled = mddev->recovery_disabled; in sync_request()
2827 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
Draid5.h495 int recovery_disabled; member
Draid10.c1805 if (p->recovery_disabled == mddev->recovery_disabled) in raid10_add_disk()
1828 p->recovery_disabled = mddev->recovery_disabled - 1; in raid10_add_disk()
1882 mddev->recovery_disabled != p->recovery_disabled && in raid10_remove_disk()
2231 conf->mirrors[dw].recovery_disabled in fix_recovery_read_error()
2232 = mddev->recovery_disabled; in fix_recovery_read_error()
3217 mirror->recovery_disabled in sync_request()
3218 = mddev->recovery_disabled; in sync_request()
3724 disk->recovery_disabled = mddev->recovery_disabled - 1; in run()
Dmd.h354 int recovery_disabled; member
Draid5.c3228 conf->recovery_disabled = in handle_failed_sync()
3229 conf->mddev->recovery_disabled; in handle_failed_sync()
6487 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
7101 mddev->recovery_disabled != conf->recovery_disabled && in raid5_remove_disk()
7143 if (mddev->recovery_disabled == conf->recovery_disabled) in raid5_add_disk()
Dmd.c2093 mddev->recovery_disabled++; in bind_rdev_to_array()
/linux-4.1.27/include/linux/
Dremoteproc.h434 bool recovery_disabled; member