Searched refs:MD_RECOVERY_DONE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/md/ |
| D | md.h | 559 MD_RECOVERY_DONE, /* thread is done and is waiting to be reaped */ enumerator
|
| D | md.c | 8082 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery)) in status_resync() 8762 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_do_sync() 9153 set_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_do_sync() 9340 test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_check_recovery() 9409 if (!test_bit(MD_RECOVERY_DONE, &mddev->recovery)) { in md_check_recovery() 9433 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_check_recovery() 9533 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_reap_sync_thread()
|
| D | dm-raid.c | 3365 if (!test_bit(MD_RECOVERY_DONE, &recovery) && in decipher_sync_action()
|
| D | raid5.c | 5967 !test_bit(MD_RECOVERY_DONE, &mddev->recovery) && in reshape_inprogress() 8615 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid5_start_reshape()
|
| D | raid10.c | 4711 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid10_start_reshape()
|