Searched refs:virt_block (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/md/
H A Ddm-thin.c662 dm_block_t virt_block; member in struct:dm_thin_new_mapping
829 r = dm_thin_insert_block(tc->td, m->virt_block, m->data_block); process_prepared_mapping()
895 r = dm_thin_remove_block(tc->td, m->virt_block); process_prepared_discard()
999 static void schedule_copy(struct thin_c *tc, dm_block_t virt_block, schedule_copy() argument
1010 m->virt_block = virt_block; schedule_copy()
1071 static void schedule_internal_copy(struct thin_c *tc, dm_block_t virt_block, schedule_internal_copy() argument
1075 schedule_copy(tc, virt_block, tc->pool_dev, schedule_internal_copy()
1080 static void schedule_zero(struct thin_c *tc, dm_block_t virt_block, schedule_zero() argument
1089 m->virt_block = virt_block; schedule_zero()
1110 static void schedule_external_copy(struct thin_c *tc, dm_block_t virt_block, schedule_external_copy() argument
1115 sector_t virt_block_begin = virt_block * pool->sectors_per_block; schedule_external_copy()
1116 sector_t virt_block_end = (virt_block + 1) * pool->sectors_per_block; schedule_external_copy()
1119 schedule_copy(tc, virt_block, tc->origin_dev, schedule_external_copy()
1120 virt_block, data_dest, cell, bio, schedule_external_copy()
1124 schedule_copy(tc, virt_block, tc->origin_dev, schedule_external_copy()
1125 virt_block, data_dest, cell, bio, schedule_external_copy()
1129 schedule_zero(tc, virt_block, data_dest, cell, bio); schedule_external_copy()
1337 m->virt_block = block; process_discard_cell()

Completed in 57 milliseconds