Searched defs:dests (Results 1 - 1 of 1) sorted by relevance

/drivers/md/
H A Ddm-kcopyd.c227 struct dm_io_region dests[DM_KCOPYD_MAX_REGIONS]; member in struct:kcopyd_job
395 r = dm_io(&io_req, job->num_dests, job->dests, NULL);
403 unsigned nr_pages = dm_div_up(job->dests[0].count, PAGE_SIZE >> 9);
543 sub_job->dests[i].sector += progress;
544 sub_job->dests[i].count = count;
584 unsigned int num_dests, struct dm_io_region *dests,
604 memcpy(&job->dests, dests, sizeof(*dests) * num_dests);
612 job->source.count = job->dests[
583 dm_kcopyd_copy(struct dm_kcopyd_client *kc, struct dm_io_region *from, unsigned int num_dests, struct dm_io_region *dests, unsigned int flags, dm_kcopyd_notify_fn fn, void *context) argument
633 dm_kcopyd_zero(struct dm_kcopyd_client *kc, unsigned num_dests, struct dm_io_region *dests, unsigned flags, dm_kcopyd_notify_fn fn, void *context) argument
[all...]

Completed in 25 milliseconds