Lines Matching refs:raid_map
5620 if (bbio->raid_map[i] > bbio->raid_map[i + 1]) {
5622 swap(bbio->raid_map[i], bbio->raid_map[i + 1]);
5639 * plus the raid_map, which includes both the tgt dev
5649 bbio->raid_map = (u64 *)(bbio->tgtdev_map + real_stripes);
6281 /* build raid_map */
6293 bbio->raid_map[(i+rot) % num_stripes] =
6296 bbio->raid_map[(i+rot) % map->num_stripes] = RAID5_P_STRIPE;
6298 bbio->raid_map[(i+rot+1) % num_stripes] =