Searched refs:STRIPE_BIOFILL_RUN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid5.h167 * sh->state flags (STRIPE_BIOFILL_RUN and STRIPE_COMPUTE_RUN)
303 #define STRIPE_BIOFILL_RUN 14 macro
H A Draid5.c192 test_bit(STRIPE_BIOFILL_RUN, &sh->state) ||
644 * !STRIPE_BIOFILL_RUN
664 clear_bit(STRIPE_BIOFILL_RUN, &sh->state);
3048 !test_bit(STRIPE_BIOFILL_RUN, &sh->state))
3108 if (s.to_fill && !test_bit(STRIPE_BIOFILL_RUN, &sh->state)) {
3110 set_bit(STRIPE_BIOFILL_RUN, &sh->state);
3336 !test_bit(STRIPE_BIOFILL_RUN, &sh->state))
3400 if (s.to_fill && !test_bit(STRIPE_BIOFILL_RUN, &sh->state)) {
3402 set_bit(STRIPE_BIOFILL_RUN, &sh->state);

Completed in 312 milliseconds