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

/drivers/md/
H A Ddm-kcopyd.c226 unsigned int num_dests; member in struct:kcopyd_job
395 r = dm_io(&io_req, job->num_dests, job->dests, NULL);
542 for (i = 0; i < job->num_dests; i++) {
584 unsigned int num_dests, struct dm_io_region *dests,
603 job->num_dests = num_dests;
604 memcpy(&job->dests, dests, sizeof(*dests) * num_dests);
634 unsigned num_dests, struct dm_io_region *dests,
637 return dm_kcopyd_copy(kc, NULL, num_dests, dests, flags, fn, context);
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

Completed in 53 milliseconds