Searched refs:R5_Insync (Results 1 – 3 of 3) sorted by relevance
| /drivers/md/ |
| A D | raid5.c | 3795 if (test_bit(R5_Insync, &dev->flags) && in need_this_block() 4128 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying() 4139 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying() 4192 test_bit(R5_Insync, &dev->flags)) { in handle_stripe_dirtying() 4686 clear_bit(R5_Insync, &dev->flags); in analyse_stripe() 4696 set_bit(R5_Insync, &dev->flags); in analyse_stripe() 4700 set_bit(R5_Insync, &dev->flags); in analyse_stripe() 4703 set_bit(R5_Insync, &dev->flags); in analyse_stripe() 4710 set_bit(R5_Insync, &dev->flags); in analyse_stripe() 4718 clear_bit(R5_Insync, &dev->flags); in analyse_stripe() [all …]
|
| A D | raid5.h | 306 R5_Insync, /* rdev && rdev->in_sync at start */ enumerator
|
| A D | raid5-ppl.c | 369 !test_bit(R5_Insync, &sh->dev[sh->pd_idx].flags)) { in ppl_write_stripe()
|
Completed in 20 milliseconds