Searched refs:num_dests (Results 1 – 1 of 1) sorted by relevance
/drivers/md/ |
D | dm-kcopyd.c | 361 unsigned int num_dests; member 579 r = dm_io(&io_req, job->num_dests, job->dests, NULL); in run_io_job() 733 for (i = 0; i < job->num_dests; i++) { in segment_complete() 775 unsigned int num_dests, struct dm_io_region *dests, in dm_kcopyd_copy() argument 796 job->num_dests = num_dests; in dm_kcopyd_copy() 797 memcpy(&job->dests, dests, sizeof(*dests) * num_dests); in dm_kcopyd_copy() 805 for (i = 0; i < job->num_dests; i++) { in dm_kcopyd_copy() 833 for (i = 0; i < job->num_dests; i++) in dm_kcopyd_copy() 855 unsigned num_dests, struct dm_io_region *dests, in dm_kcopyd_zero() argument 858 dm_kcopyd_copy(kc, NULL, num_dests, dests, flags, fn, context); in dm_kcopyd_zero()
|