Home
last modified time | relevance | path

Searched refs:R5_WriteError (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h324 R5_WriteError, /* got a write error - need to record it */ enumerator
H A Draid5.c2842 set_bit(R5_WriteError, &sh->dev[i].flags); in raid5_end_write_request()
4698 if (test_bit(R5_WriteError, &dev->flags)) { in analyse_stripe()
4709 clear_bit(R5_WriteError, &dev->flags); in analyse_stripe()
4855 (~((1 << R5_WriteError) | (1 << R5_Overlap))); in break_stripe_batch_list()
5226 if (test_and_clear_bit(R5_WriteError, &dev->flags)) { in handle_stripe()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h325 R5_WriteError, /* got a write error - need to record it */ enumerator
H A Draid5.c2931 set_bit(R5_WriteError, &sh->dev[i].flags); in raid5_end_write_request()
4811 if (test_bit(R5_WriteError, &dev->flags)) { in analyse_stripe()
4822 clear_bit(R5_WriteError, &dev->flags); in analyse_stripe()
4968 (~((1 << R5_WriteError) | (1 << R5_Overlap))); in break_stripe_batch_list()
5341 if (test_and_clear_bit(R5_WriteError, &dev->flags)) { in handle_stripe()

Completed in 24 milliseconds