Searched refs:R5_Insync (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/md/ |
| D | raid5.c | 3280 !test_bit(R5_Insync, &dev->flags) && s->injournal) in delay_towrite() 3393 test_bit(R5_Insync, &sh->dev[pd_idx].flags)) in schedule_reconstruction() 3627 (!test_bit(R5_Insync, &sh->dev[i].flags) || in handle_failed_stripe() 3775 if (test_bit(R5_Insync, &dev->flags) && in need_this_block() 3906 } else if (test_bit(R5_Insync, &dev->flags)) { in fetch_block() 4111 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying() 4122 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying() 4176 test_bit(R5_Insync, &dev->flags)) { in handle_stripe_dirtying() 4201 if (test_bit(R5_Insync, &dev->flags) && in handle_stripe_dirtying() 4674 clear_bit(R5_Insync, &dev->flags); in analyse_stripe() [all …]
|
| D | raid5.h | 305 R5_Insync, /* rdev && rdev->in_sync at start */ enumerator
|
| D | raid5-ppl.c | 368 !test_bit(R5_Insync, &sh->dev[sh->pd_idx].flags)) { in ppl_write_stripe()
|