Searched refs:STRIPE_INSYNC (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/md/ |
D | raid5.h | 347 STRIPE_INSYNC, enumerator
|
D | raid5.c | 4053 if (test_bit(STRIPE_INSYNC, &sh->state)) in handle_parity_checks5() 4065 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks5() 4086 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks5() 4091 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks5() 4182 if (test_bit(STRIPE_INSYNC, &sh->state)) in handle_parity_checks6() 4215 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks6() 4231 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks6() 4248 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks6() 4623 head_sh->state & (1 << STRIPE_INSYNC)); in break_stripe_batch_list() 4690 clear_bit(STRIPE_INSYNC, &sh->state); in handle_stripe() [all …]
|