Searched refs:R5_Insync (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | raid5.h | 280 R5_Insync, /* rdev && rdev->in_sync at start */ enumerator
|
D | raid5.c | 3153 (!test_bit(R5_Insync, &sh->dev[i].flags) || in handle_failed_stripe() 3303 if (test_bit(R5_Insync, &dev->flags) && in need_this_block() 3407 } else if (test_bit(R5_Insync, &dev->flags)) { in fetch_block() 3581 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying() 3592 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying() 3613 test_bit(R5_Insync, &dev->flags)) { in handle_stripe_dirtying() 3640 if (test_bit(R5_Insync, &dev->flags) && in handle_stripe_dirtying() 4092 clear_bit(R5_Insync, &dev->flags); in analyse_stripe() 4102 set_bit(R5_Insync, &dev->flags); in analyse_stripe() 4106 set_bit(R5_Insync, &dev->flags); in analyse_stripe() [all …]
|