Home
last modified time | relevance | path

Searched refs:R5_Insync (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/md/
Draid5.h296 R5_Insync, /* rdev && rdev->in_sync at start */ enumerator
Draid5.c3072 !test_bit(R5_Insync, &dev->flags) && s->injournal) in delay_towrite()
3185 test_bit(R5_Insync, &sh->dev[pd_idx].flags)) in schedule_reconstruction()
3419 (!test_bit(R5_Insync, &sh->dev[i].flags) || in handle_failed_stripe()
3566 if (test_bit(R5_Insync, &dev->flags) && in need_this_block()
3687 } else if (test_bit(R5_Insync, &dev->flags)) { in fetch_block()
3892 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying()
3903 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying()
3957 test_bit(R5_Insync, &dev->flags)) { in handle_stripe_dirtying()
3984 if (test_bit(R5_Insync, &dev->flags) && in handle_stripe_dirtying()
4450 clear_bit(R5_Insync, &dev->flags); in analyse_stripe()
[all …]
Draid5-ppl.c375 !test_bit(R5_Insync, &sh->dev[sh->pd_idx].flags)) { in ppl_write_stripe()