[go: nahoru, domu]

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

/drivers/md/
H A Ddm-kcopyd.c340 unsigned int num_dests; member in struct:kcopyd_job
513 r = dm_io(&io_req, job->num_dests, job->dests, NULL);
660 for (i = 0; i < job->num_dests; i++) {
702 unsigned int num_dests, struct dm_io_region *dests,
722 job->num_dests = num_dests;
723 memcpy(&job->dests, dests, sizeof(*dests) * num_dests);
738 for (i = 0; i < job->num_dests; i++)
762 unsigned num_dests, struct dm_io_region *dests,
765 return dm_kcopyd_copy(kc, NULL, num_dests, dest
701 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
761 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 132 milliseconds