Searched refs:R5_MadeGood (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 325 R5_MadeGood, /* A bad block has been fixed by writing to it */ enumerator
|
H A D | raid5.c | 2849 set_bit(R5_MadeGood, &sh->dev[i].flags); in raid5_end_write_request() 4711 if (test_bit(R5_MadeGood, &dev->flags)) { in analyse_stripe() 4720 clear_bit(R5_MadeGood, &dev->flags); in analyse_stripe() 5234 if (test_and_clear_bit(R5_MadeGood, &dev->flags)) { in handle_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 326 R5_MadeGood, /* A bad block has been fixed by writing to it */ enumerator
|
H A D | raid5.c | 2938 set_bit(R5_MadeGood, &sh->dev[i].flags); in raid5_end_write_request() 4824 if (test_bit(R5_MadeGood, &dev->flags)) { in analyse_stripe() 4833 clear_bit(R5_MadeGood, &dev->flags); in analyse_stripe() 5349 if (test_and_clear_bit(R5_MadeGood, &dev->flags)) { in handle_stripe()
|
Completed in 24 milliseconds