Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A Dremoteproc_debugfs.c179 char *buf = rproc->recovery_disabled ? "disabled\n" : "enabled\n"; in rproc_recovery_read()
229 rproc->recovery_disabled = false; in rproc_recovery_write()
232 rproc->recovery_disabled = true; in rproc_recovery_write()
/linux/drivers/md/
H A Draid1.c1767 conf->recovery_disabled = mddev->recovery_disabled; in raid1_error()
1911 rdev->mddev->recovery_disabled != conf->recovery_disabled && in raid1_remove_conf()
1931 if (mddev->recovery_disabled == conf->recovery_disabled) in raid1_add_disk()
2207 conf->recovery_disabled = in fix_sync_read_error()
2208 mddev->recovery_disabled; in fix_sync_read_error()
2961 conf->recovery_disabled = mddev->recovery_disabled; in raid1_sync_request()
3158 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
H A Draid10.c2137 if (p->recovery_disabled == mddev->recovery_disabled) in raid10_add_disk()
2150 p->recovery_disabled = mddev->recovery_disabled - 1; in raid10_add_disk()
2203 mddev->recovery_disabled != p->recovery_disabled && in raid10_remove_disk()
2548 conf->mirrors[dw].recovery_disabled in fix_recovery_read_error()
2549 = mddev->recovery_disabled; in fix_recovery_read_error()
3277 conf->mirrors[error_disk].recovery_disabled = in raid10_sync_request()
3278 mddev->recovery_disabled; in raid10_sync_request()
3523 mirror->recovery_disabled in raid10_sync_request()
3524 = mddev->recovery_disabled; in raid10_sync_request()
4152 disk->recovery_disabled = mddev->recovery_disabled - 1; in raid10_run()
/linux/include/linux/
H A Dremoteproc.h573 bool recovery_disabled; member