Home
last modified time | relevance | path

Searched refs:copy_complete (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-thin.c696 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function
975 r = dm_kcopyd_zero(tc->pool->copier, 1, &to, 0, copy_complete, m); in ll_zero()
978 copy_complete(1, 1, m); in ll_zero()
1044 0, copy_complete, m); in schedule_copy()
1047 copy_complete(1, 1, m); in schedule_copy()
Ddm-cache-target.c1022 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function
1055 r = dm_kcopyd_copy(cache->copier, &c_region, 1, &o_region, 0, copy_complete, mg); in issue_copy()
1059 r = dm_kcopyd_copy(cache->copier, &o_region, 1, &c_region, 0, copy_complete, mg); in issue_copy()