Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Draid5.h306 R5_Insync, /* rdev && rdev->in_sync at start */ enumerator
H A Draid5.c3803 if (test_bit(R5_Insync, &dev->flags) && in need_this_block()
4136 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying()
4147 if (test_bit(R5_Insync, &dev->flags)) in handle_stripe_dirtying()
4200 test_bit(R5_Insync, &dev->flags)) { in handle_stripe_dirtying()
4694 clear_bit(R5_Insync, &dev->flags); in analyse_stripe()
4704 set_bit(R5_Insync, &dev->flags); in analyse_stripe()
4708 set_bit(R5_Insync, &dev->flags); in analyse_stripe()
4711 set_bit(R5_Insync, &dev->flags); in analyse_stripe()
4718 set_bit(R5_Insync, &dev->flags); in analyse_stripe()
4726 clear_bit(R5_Insync, &dev->flags); in analyse_stripe()
[all …]
H A Draid5-ppl.c369 !test_bit(R5_Insync, &sh->dev[sh->pd_idx].flags)) { in ppl_write_stripe()