Lines Matching defs:generation
589 sh->generation = conf->generation - previous;
618 short generation)
624 if (sh->sector == sector && sh->generation == generation)
631 sector_t sector, short generation, int hash)
636 sh = __find_stripe(conf, sector, generation);
834 sh = find_get_stripe(conf, sector, conf->generation - previous,
934 head = find_get_stripe(conf, head_sector, conf->generation,
1016 * of conf->generation, or ->data_offset that was set before
1022 if (sh->generation == conf->generation - 1)
1024 /* We are in a reshape, and this is a new-generation stripe,
8556 conf->generation++;
8557 /* Code that selects data_offset needs to see the generation update
8633 conf->generation --;