Searched refs:copy_complete (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | dm-thin.c | 809 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function 1143 r = dm_kcopyd_zero(tc->pool->copier, 1, &to, 0, copy_complete, m); in ll_zero() 1146 copy_complete(1, 1, m); in ll_zero() 1213 0, copy_complete, m); in schedule_copy() 1216 copy_complete(1, 1, m); in schedule_copy()
|
D | dm-cache-target.c | 1239 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function 1272 r = dm_kcopyd_copy(cache->copier, &c_region, 1, &o_region, 0, copy_complete, mg); in issue_copy() 1276 r = dm_kcopyd_copy(cache->copier, &o_region, 1, &c_region, 0, copy_complete, mg); in issue_copy()
|