Searched refs:virt_cell (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | dm-thin.c | 1465 struct dm_bio_prison_cell *virt_cell) in process_shared_bio() argument 1477 cell_defer_no_holder(tc, virt_cell); in process_shared_bio() 1483 cell_defer_no_holder(tc, virt_cell); in process_shared_bio() 1492 remap_and_issue_shared_cell(tc, virt_cell, lookup_result->block); in process_shared_bio() 2294 struct dm_bio_prison_cell *virt_cell, *data_cell; in thin_bio_map() local 2319 if (bio_detain(tc->pool, &key, bio, &virt_cell)) in thin_bio_map() 2344 thin_defer_cell(tc, virt_cell); in thin_bio_map() 2350 cell_defer_no_holder(tc, virt_cell); in thin_bio_map() 2356 cell_defer_no_holder(tc, virt_cell); in thin_bio_map() 2363 thin_defer_cell(tc, virt_cell); in thin_bio_map() [all …]
|