Home
last modified time | relevance | path

Searched refs:R5_MadeGood (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/md/
Draid5.h326 R5_MadeGood, /* A bad block has been fixed by writing to it */ enumerator
Draid5.c2931 set_bit(R5_MadeGood, &sh->dev[i].flags); in raid5_end_write_request()
4817 if (test_bit(R5_MadeGood, &dev->flags)) { in analyse_stripe()
4826 clear_bit(R5_MadeGood, &dev->flags); in analyse_stripe()
5342 if (test_and_clear_bit(R5_MadeGood, &dev->flags)) { in handle_stripe()