Lines Matching defs:generation
579 sh->generation = conf->generation - previous;
608 short generation)
614 if (sh->sector == sector && sh->generation == generation)
718 sh = __find_stripe(conf, sector, conf->generation - previous);
832 head = __find_stripe(conf, head_sector, conf->generation);
934 * of conf->generation, or ->data_offset that was set before
940 if (sh->generation == conf->generation - 1)
942 /* We are in a reshape, and this is a new-generation stripe,
8194 conf->generation++;
8195 /* Code that selects data_offset needs to see the generation update
8271 conf->generation --;