Searched refs:STRIPE_INSYNC (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.h52 * To distingush these states we have a stripe bit STRIPE_INSYNC that
293 #define STRIPE_INSYNC 4 macro
H A Draid5.c2703 if (test_bit(STRIPE_INSYNC, &sh->state))
2715 set_bit(STRIPE_INSYNC, &sh->state);
2723 * STRIPE_INSYNC not set and let the stripe be handled again
2736 set_bit(STRIPE_INSYNC, &sh->state);
2741 set_bit(STRIPE_INSYNC, &sh->state);
2827 if (test_bit(STRIPE_INSYNC, &sh->state))
2860 set_bit(STRIPE_INSYNC, &sh->state);
2876 set_bit(STRIPE_INSYNC, &sh->state);
2893 set_bit(STRIPE_INSYNC, &sh->state);
3171 set_bit(STRIPE_INSYNC,
[all...]

Completed in 114 milliseconds