Lines Matching defs:mod_counter
1413 printf("raid%d: Mod counter: %d\n", raidid, clabel->mod_counter);
2439 label->mod_counter = raidPtr->mod_counter;
2441 label->parity_map_modcount = label->mod_counter;
2641 raidPtr->mod_counter++;
2709 raidPtr->mod_counter++;
3257 clabel->mod_counter);
3343 If everything else matches except the mod_counter, that's
3347 (clabel1->mod_counter == clabel2->mod_counter) &&
3399 int mod_counter;
3413 /* Determine what the mod_counter is supposed to be for this set. */
3416 mod_counter = 0;
3420 mod_counter = ac->clabel->mod_counter;
3423 if (ac->clabel->mod_counter > mod_counter) {
3424 mod_counter = ac->clabel->mod_counter;
3438 (ac->clabel->mod_counter == mod_counter)) {
3629 clabel->mod_counter = raidPtr->mod_counter;