Searched refs:STRIPE_INSYNC (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | raid5.h | 321 STRIPE_INSYNC, enumerator
|
D | raid5.c | 3708 if (test_bit(STRIPE_INSYNC, &sh->state)) in handle_parity_checks5() 3720 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks5() 3741 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks5() 3746 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks5() 3832 if (test_bit(STRIPE_INSYNC, &sh->state)) in handle_parity_checks6() 3865 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks6() 3881 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks6() 3898 set_bit(STRIPE_INSYNC, &sh->state); in handle_parity_checks6() 4251 head_sh->state & (1 << STRIPE_INSYNC)); in break_stripe_batch_list() 4313 clear_bit(STRIPE_INSYNC, &sh->state); in handle_stripe() [all …]
|