Searched refs:R5_Insync (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | raid5.h | 285 R5_Insync, /* rdev && rdev->in_sync at start */ enumerator
|
D | raid5.c | 3154 (!test_bit(R5_Insync, &sh->dev[i].flags) || in handle_failed_stripe() 3307 if (test_bit(R5_Insync, &dev->flags) && in need_this_block() 3411 } else if (test_bit(R5_Insync, &dev->flags)) { in fetch_block() 3587 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying() 3598 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying() 3619 test_bit(R5_Insync, &dev->flags)) { in handle_stripe_dirtying() 3646 if (test_bit(R5_Insync, &dev->flags) && in handle_stripe_dirtying() 4101 clear_bit(R5_Insync, &dev->flags); in analyse_stripe() 4111 set_bit(R5_Insync, &dev->flags); in analyse_stripe() 4115 set_bit(R5_Insync, &dev->flags); in analyse_stripe() [all …]
|