Searched refs:STRIPE_INSYNC (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/md/ |
D | raid5.h | 357 STRIPE_INSYNC, enumerator
|
D | raid5.c | 4371 if (test_bit(STRIPE_INSYNC, &sh->state)) in handle_parity_checks5() 4383 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks5() 4404 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks5() 4409 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks5() 4500 if (test_bit(STRIPE_INSYNC, &sh->state)) in handle_parity_checks6() 4541 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks6() 4557 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks6() 4574 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks6() 4950 head_sh->state & (1 << STRIPE_INSYNC)); in break_stripe_batch_list() 5022 clear_bit(STRIPE_INSYNC, &sh->state); in handle_stripe() [all …]
|