Lines Matching defs:from
299 * recopying from the default mirror to all the others.
338 struct dm_io_region from, to[DM_KCOPYD_MAX_REGIONS], *dest;
346 from.bdev = m->dev->bdev;
347 from.sector = m->offset + dm_rh_region_to_sector(ms->rh, key);
353 from.count = ms->ti->len & (region_size - 1);
354 if (!from.count)
355 from.count = region_size;
357 from.count = region_size;
367 dest->count = from.count;
375 dm_kcopyd_copy(ms->kcopyd_client, &from, ms->nr_mirrors - 1, to,
1284 DMERR("Mirror read failed from %s. Trying alternative device.",