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

/linux-master/drivers/md/
H A Draid5.h325 R5_WriteError, /* got a write error - need to record it */ enumerator in enum:r5dev_flags
H A Draid5.c2890 set_bit(R5_WriteError, &sh->dev[i].flags);
4762 if (test_bit(R5_WriteError, &dev->flags)) {
4773 clear_bit(R5_WriteError, &dev->flags);
4917 (~((1 << R5_WriteError) | (1 << R5_Overlap)));
5290 if (test_and_clear_bit(R5_WriteError, &dev->flags)) {

Completed in 134 milliseconds