Searched refs:R5_Wantfill (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 318 R5_Wantfill, /* dev->toread contains a bio that needs enumerator
|
H A D | raid5.c | 1385 * new R5_Wantfill requests are held off until in ops_complete_biofill() 1388 if (test_and_clear_bit(R5_Wantfill, &dev->flags)) { in ops_complete_biofill() 1421 if (test_bit(R5_Wantfill, &dev->flags)) { in ops_run_biofill() 3623 if (!test_bit(R5_Wantfill, &sh->dev[i].flags) && in handle_failed_stripe() 4617 set_bit(R5_Wantfill, &dev->flags); in analyse_stripe() 4629 if (test_bit(R5_Wantfill, &dev->flags)) in analyse_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 319 R5_Wantfill, /* dev->toread contains a bio that needs enumerator
|
H A D | raid5.c | 1463 * new R5_Wantfill requests are held off until in ops_complete_biofill() 1466 if (test_and_clear_bit(R5_Wantfill, &dev->flags)) { in ops_complete_biofill() 1499 if (test_bit(R5_Wantfill, &dev->flags)) { in ops_run_biofill() 3735 if (!test_bit(R5_Wantfill, &sh->dev[i].flags) && in handle_failed_stripe() 4730 set_bit(R5_Wantfill, &dev->flags); in analyse_stripe() 4742 if (test_bit(R5_Wantfill, &dev->flags)) in analyse_stripe()
|
Completed in 28 milliseconds