Lines Matching refs:virt_block
1307 static void schedule_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_copy() argument
1317 m->virt_begin = virt_block; in schedule_copy()
1318 m->virt_end = virt_block + 1u; in schedule_copy()
1368 static void schedule_internal_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_internal_copy() argument
1372 schedule_copy(tc, virt_block, tc->pool_dev, in schedule_internal_copy()
1377 static void schedule_zero(struct thin_c *tc, dm_block_t virt_block, in schedule_zero() argument
1386 m->virt_begin = virt_block; in schedule_zero()
1387 m->virt_end = virt_block + 1u; in schedule_zero()
1406 static void schedule_external_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_external_copy() argument
1411 sector_t virt_block_begin = virt_block * pool->sectors_per_block; in schedule_external_copy()
1412 sector_t virt_block_end = (virt_block + 1) * pool->sectors_per_block; in schedule_external_copy()
1415 schedule_copy(tc, virt_block, tc->origin_dev, in schedule_external_copy()
1416 virt_block, data_dest, cell, bio, in schedule_external_copy()
1420 schedule_copy(tc, virt_block, tc->origin_dev, in schedule_external_copy()
1421 virt_block, data_dest, cell, bio, in schedule_external_copy()
1425 schedule_zero(tc, virt_block, data_dest, cell, bio); in schedule_external_copy()