Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.c3278 !test_bit(R5_Insync, &dev->flags) && s->injournal) in delay_towrite()
3391 test_bit(R5_Insync, &sh->dev[pd_idx].flags)) in schedule_reconstruction()
3625 (!test_bit(R5_Insync, &sh->dev[i].flags) || in handle_failed_stripe()
3773 if (test_bit(R5_Insync, &dev->flags) && in need_this_block()
3904 } else if (test_bit(R5_Insync, &dev->flags)) { in fetch_block()
4109 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying()
4120 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying()
4174 test_bit(R5_Insync, &dev->flags)) { in handle_stripe_dirtying()
4199 if (test_bit(R5_Insync, &dev->flags) && in handle_stripe_dirtying()
4672 clear_bit(R5_Insync, &dev->flags); in analyse_stripe()
[all …]
H A Draid5.h305 R5_Insync, /* rdev && rdev->in_sync at start */ enumerator
H A Draid5-ppl.c368 !test_bit(R5_Insync, &sh->dev[sh->pd_idx].flags)) { in ppl_write_stripe()