Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd.h367 MD_FAILLAST_DEV, enumerator
H A Draid0.c32 (1L << MD_FAILLAST_DEV) | \
H A Dmd.c5901 return sprintf(page, "%d\n", test_bit(MD_FAILLAST_DEV, &mddev->flags)); in fail_last_dev_show()
5919 set_bit(MD_FAILLAST_DEV, &mddev->flags); in fail_last_dev_store()
5921 clear_bit(MD_FAILLAST_DEV, &mddev->flags); in fail_last_dev_store()
H A Draid1.c1747 if (!test_bit(MD_FAILLAST_DEV, &mddev->flags)) { in raid1_error()
H A Draid10.c1998 if (!test_bit(MD_FAILLAST_DEV, &mddev->flags)) { in raid10_error()
H A Draid5.c61 (1L << MD_FAILLAST_DEV) | \