Lines Matching refs:virt_block
1317 static void schedule_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_copy() argument
1327 m->virt_begin = virt_block; in schedule_copy()
1328 m->virt_end = virt_block + 1u; in schedule_copy()
1378 static void schedule_internal_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_internal_copy() argument
1382 schedule_copy(tc, virt_block, tc->pool_dev, in schedule_internal_copy()
1387 static void schedule_zero(struct thin_c *tc, dm_block_t virt_block, in schedule_zero() argument
1396 m->virt_begin = virt_block; in schedule_zero()
1397 m->virt_end = virt_block + 1u; in schedule_zero()
1416 static void schedule_external_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_external_copy() argument
1421 sector_t virt_block_begin = virt_block * pool->sectors_per_block; in schedule_external_copy()
1422 sector_t virt_block_end = (virt_block + 1) * pool->sectors_per_block; in schedule_external_copy()
1425 schedule_copy(tc, virt_block, tc->origin_dev, in schedule_external_copy()
1426 virt_block, data_dest, cell, bio, in schedule_external_copy()
1430 schedule_copy(tc, virt_block, tc->origin_dev, in schedule_external_copy()
1431 virt_block, data_dest, cell, bio, in schedule_external_copy()
1435 schedule_zero(tc, virt_block, data_dest, cell, bio); in schedule_external_copy()