Home
last modified time | relevance | path

Searched refs:STRIPE_INSYNC (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/raid/
Draid5.h160 #define STRIPE_INSYNC 4 macro
/linux-2.4.37.9/drivers/md/
Draid5.c1062 set_bit(STRIPE_INSYNC, &sh->state); in handle_stripe()
1077 !test_bit(STRIPE_INSYNC, &sh->state) && failed <= 1) { in handle_stripe()
1088 set_bit(STRIPE_INSYNC, &sh->state); in handle_stripe()
1091 if (!test_bit(STRIPE_INSYNC, &sh->state)) { in handle_stripe()
1108 set_bit(STRIPE_INSYNC, &sh->state); in handle_stripe()
1116 if (syncing && locked == 0 && test_bit(STRIPE_INSYNC, &sh->state)) { in handle_stripe()
1276 clear_bit(STRIPE_INSYNC, &sh->state); in raid5_sync_request()