Searched refs:data_dest (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-thin.c | 1319 dm_block_t data_dest, in schedule_copy() 1329 m->data_block = data_dest; in schedule_copy() 1349 remap_and_issue_overwrite(tc, bio, data_dest, m); in schedule_copy() 1358 to.sector = data_dest * pool->sectors_per_block; in schedule_copy() 1370 data_dest * pool->sectors_per_block + len, in schedule_copy() 1371 (data_dest + 1) * pool->sectors_per_block); in schedule_copy() 1379 dm_block_t data_origin, dm_block_t data_dest, in schedule_internal_copy() 1383 data_origin, data_dest, cell, bio, in schedule_internal_copy() 1417 dm_block_t data_dest, in schedule_external_copy() 1426 virt_block, data_dest, cel in schedule_external_copy() 1317 schedule_copy(struct thin_c *tc, dm_block_t virt_block, struct dm_dev *origin, dm_block_t data_origin, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio, sector_t len) schedule_copy() argument 1378 schedule_internal_copy(struct thin_c *tc, dm_block_t virt_block, dm_block_t data_origin, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio) schedule_internal_copy() argument 1416 schedule_external_copy(struct thin_c *tc, dm_block_t virt_block, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio) schedule_external_copy() argument [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-thin.c | 1314 dm_block_t data_dest, in schedule_copy() 1324 m->data_block = data_dest; in schedule_copy() 1344 remap_and_issue_overwrite(tc, bio, data_dest, m); in schedule_copy() 1353 to.sector = data_dest * pool->sectors_per_block; in schedule_copy() 1365 data_dest * pool->sectors_per_block + len, in schedule_copy() 1366 (data_dest + 1) * pool->sectors_per_block); in schedule_copy() 1374 dm_block_t data_origin, dm_block_t data_dest, in schedule_internal_copy() 1378 data_origin, data_dest, cell, bio, in schedule_internal_copy() 1412 dm_block_t data_dest, in schedule_external_copy() 1421 virt_block, data_dest, cel in schedule_external_copy() 1312 schedule_copy(struct thin_c *tc, dm_block_t virt_block, struct dm_dev *origin, dm_block_t data_origin, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio, sector_t len) schedule_copy() argument 1373 schedule_internal_copy(struct thin_c *tc, dm_block_t virt_block, dm_block_t data_origin, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio) schedule_internal_copy() argument 1411 schedule_external_copy(struct thin_c *tc, dm_block_t virt_block, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio) schedule_external_copy() argument [all...] |
Completed in 10 milliseconds