Lines Matching refs:virt_block
1255 static void schedule_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_copy() argument
1265 m->virt_begin = virt_block; in schedule_copy()
1266 m->virt_end = virt_block + 1u; in schedule_copy()
1316 static void schedule_internal_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_internal_copy() argument
1320 schedule_copy(tc, virt_block, tc->pool_dev, in schedule_internal_copy()
1325 static void schedule_zero(struct thin_c *tc, dm_block_t virt_block, in schedule_zero() argument
1334 m->virt_begin = virt_block; in schedule_zero()
1335 m->virt_end = virt_block + 1u; in schedule_zero()
1354 static void schedule_external_copy(struct thin_c *tc, dm_block_t virt_block, in schedule_external_copy() argument
1359 sector_t virt_block_begin = virt_block * pool->sectors_per_block; in schedule_external_copy()
1360 sector_t virt_block_end = (virt_block + 1) * pool->sectors_per_block; in schedule_external_copy()
1363 schedule_copy(tc, virt_block, tc->origin_dev, in schedule_external_copy()
1364 virt_block, data_dest, cell, bio, in schedule_external_copy()
1368 schedule_copy(tc, virt_block, tc->origin_dev, in schedule_external_copy()
1369 virt_block, data_dest, cell, bio, in schedule_external_copy()
1373 schedule_zero(tc, virt_block, data_dest, cell, bio); in schedule_external_copy()