Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1026 if (!rproc->recovery_disabled) in rproc_crash_handler_work()
/linux-4.4.14/drivers/md/
Draid1.h96 int recovery_disabled; member
Draid10.h7 int recovery_disabled; /* matches member
Draid1.c1462 conf->recovery_disabled = mddev->recovery_disabled; in error()
1589 if (mddev->recovery_disabled == conf->recovery_disabled) in raid1_add_disk()
1665 mddev->recovery_disabled != conf->recovery_disabled && in raid1_remove_disk()
1859 conf->recovery_disabled = in fix_sync_read_error()
1860 mddev->recovery_disabled; in fix_sync_read_error()
2651 conf->recovery_disabled = mddev->recovery_disabled; in sync_request()
2839 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
Draid5.h504 int recovery_disabled; member
Draid10.c1714 if (p->recovery_disabled == mddev->recovery_disabled) in raid10_add_disk()
1737 p->recovery_disabled = mddev->recovery_disabled - 1; in raid10_add_disk()
1777 mddev->recovery_disabled != p->recovery_disabled && in raid10_remove_disk()
2117 conf->mirrors[dw].recovery_disabled in fix_recovery_read_error()
2118 = mddev->recovery_disabled; in fix_recovery_read_error()
3134 mirror->recovery_disabled in sync_request()
3135 = mddev->recovery_disabled; in sync_request()
3654 disk->recovery_disabled = mddev->recovery_disabled - 1; in run()
Dmd.h364 int recovery_disabled; member
Draid5.c3232 conf->recovery_disabled = in handle_failed_sync()
3233 conf->mddev->recovery_disabled; in handle_failed_sync()
6528 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
7180 mddev->recovery_disabled != conf->recovery_disabled && in raid5_remove_disk()
7224 if (mddev->recovery_disabled == conf->recovery_disabled) in raid5_add_disk()
Dmd.c2117 mddev->recovery_disabled++; in bind_rdev_to_array()
/linux-4.4.14/include/linux/
Dremoteproc.h436 bool recovery_disabled; member