Searched refs:dests (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | dm-kcopyd.c | 341 struct dm_io_region dests[DM_KCOPYD_MAX_REGIONS]; member 513 r = dm_io(&io_req, job->num_dests, job->dests, NULL); in run_io_job() 521 unsigned nr_pages = dm_div_up(job->dests[0].count, PAGE_SIZE >> 9); in run_pages_job() 661 sub_job->dests[i].sector += progress; in segment_complete() 662 sub_job->dests[i].count = count; in segment_complete() 702 unsigned int num_dests, struct dm_io_region *dests, in dm_kcopyd_copy() argument 723 memcpy(&job->dests, dests, sizeof(*dests) * num_dests); in dm_kcopyd_copy() 731 job->source.count = job->dests[0].count; in dm_kcopyd_copy() 739 if (!bdev_write_same(job->dests[i].bdev)) { in dm_kcopyd_copy() 762 unsigned num_dests, struct dm_io_region *dests, in dm_kcopyd_zero() argument [all …]
|
/linux-4.1.27/include/linux/ |
D | dm-kcopyd.h | 65 unsigned num_dests, struct dm_io_region *dests, 84 unsigned num_dests, struct dm_io_region *dests,
|
/linux-4.1.27/Documentation/device-mapper/ |
D | kcopyd.txt | 32 unsigned int num_dests, struct io_region *dests,
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | framework.c | 784 lnet_process_id_packed_t *dests; in sfw_add_test_instance() local 788 dests = page_address(bk->bk_iovs[i / SFW_ID_PER_PAGE].kiov_page); in sfw_add_test_instance() 789 LASSERT(dests != NULL); /* my pages are within KVM always */ in sfw_add_test_instance() 790 id = dests[i % SFW_ID_PER_PAGE]; in sfw_add_test_instance()
|