Home
last modified time | relevance | path

Searched refs:MD_RECOVERY_DONE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/md/
Dmd.h491 MD_RECOVERY_DONE, /* thread is done and is waiting to be reaped */ enumerator
Dmd.c7671 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery)) in status_resync()
8257 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_do_sync()
8638 set_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_do_sync()
8813 test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_check_recovery()
8877 !test_bit(MD_RECOVERY_DONE, &mddev->recovery)) { in md_check_recovery()
8897 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_check_recovery()
9000 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_reap_sync_thread()
Ddm-raid.c3362 if (!test_bit(MD_RECOVERY_DONE, &recovery) && in decipher_sync_action()
Draid10.c4328 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid10_start_reshape()
Draid5.c7940 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid5_start_reshape()