Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd.h366 MD_FAILLAST_DEV, enumerator
H A Dmd.c5872 return sprintf(page, "%d\n", test_bit(MD_FAILLAST_DEV, &mddev->flags)); in fail_last_dev_show()
5890 set_bit(MD_FAILLAST_DEV, &mddev->flags); in fail_last_dev_store()
5892 clear_bit(MD_FAILLAST_DEV, &mddev->flags); in fail_last_dev_store()
H A Draid1.c1777 if (!test_bit(MD_FAILLAST_DEV, &mddev->flags)) { in raid1_error()
H A Draid10.c2005 if (!test_bit(MD_FAILLAST_DEV, &mddev->flags)) { in raid10_error()
H A Draid5.c61 (1L << MD_FAILLAST_DEV) | \