Searched refs:MD_RECOVERY_DONE (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md.h | 521 MD_RECOVERY_DONE, /* thread is done and is waiting to be reaped */ enumerator
|
| H A D | md.c | 8052 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery)) in status_resync() 8652 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_do_sync() 9043 set_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_do_sync() 9229 test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_check_recovery() 9294 !test_bit(MD_RECOVERY_DONE, &mddev->recovery)) { in md_check_recovery() 9314 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_check_recovery() 9412 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_reap_sync_thread()
|
| H A D | dm-raid.c | 3374 if (!test_bit(MD_RECOVERY_DONE, &recovery) && in decipher_sync_action()
|
| H A D | raid10.c | 4311 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid10_start_reshape()
|
| H A D | raid5.c | 8266 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid5_start_reshape()
|