Lines Matching refs:virt_block
1167 static void schedule_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_copy() argument
1178 m->virt_begin = virt_block; in schedule_copy()
1179 m->virt_end = virt_block + 1u; in schedule_copy()
1240 static void schedule_internal_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_internal_copy() argument
1244 schedule_copy(tc, virt_block, tc->pool_dev, in schedule_internal_copy()
1249 static void schedule_zero(struct thin_c *tc, dm_block_t virt_block, in schedule_zero() argument
1258 m->virt_begin = virt_block; in schedule_zero()
1259 m->virt_end = virt_block + 1u; in schedule_zero()
1278 static void schedule_external_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_external_copy() argument
1283 sector_t virt_block_begin = virt_block * pool->sectors_per_block; in schedule_external_copy()
1284 sector_t virt_block_end = (virt_block + 1) * pool->sectors_per_block; in schedule_external_copy()
1287 schedule_copy(tc, virt_block, tc->origin_dev, in schedule_external_copy()
1288 virt_block, data_dest, cell, bio, in schedule_external_copy()
1292 schedule_copy(tc, virt_block, tc->origin_dev, in schedule_external_copy()
1293 virt_block, data_dest, cell, bio, in schedule_external_copy()
1297 schedule_zero(tc, virt_block, data_dest, cell, bio); in schedule_external_copy()