Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Dmd.h559 MD_RECOVERY_DONE, /* thread is done and is waiting to be reaped */ enumerator
H A Dmd.c8140 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery)) in status_resync()
8821 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_do_sync()
9212 set_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_do_sync()
9399 test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_check_recovery()
9468 if (!test_bit(MD_RECOVERY_DONE, &mddev->recovery)) { in md_check_recovery()
9492 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_check_recovery()
9592 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_reap_sync_thread()
H A Ddm-raid.c3365 if (!test_bit(MD_RECOVERY_DONE, &recovery) && in decipher_sync_action()
H A Draid5.c5966 !test_bit(MD_RECOVERY_DONE, &mddev->recovery) && in reshape_inprogress()
8608 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid5_start_reshape()
H A Draid10.c4711 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid10_start_reshape()