lookup_result 1794 drivers/md/dm-thin.c struct dm_thin_lookup_result *lookup_result, lookup_result 1804 drivers/md/dm-thin.c schedule_internal_copy(tc, block, lookup_result->block, lookup_result 1863 drivers/md/dm-thin.c struct dm_thin_lookup_result *lookup_result, lookup_result 1874 drivers/md/dm-thin.c build_data_key(tc->td, lookup_result->block, &key); lookup_result 1881 drivers/md/dm-thin.c break_sharing(tc, bio, block, &key, lookup_result, data_cell); lookup_result 1888 drivers/md/dm-thin.c remap_and_issue(tc, bio, lookup_result->block); lookup_result 1890 drivers/md/dm-thin.c remap_and_issue_shared_cell(tc, data_cell, lookup_result->block); lookup_result 1891 drivers/md/dm-thin.c remap_and_issue_shared_cell(tc, virt_cell, lookup_result->block); lookup_result 1950 drivers/md/dm-thin.c struct dm_thin_lookup_result lookup_result; lookup_result 1957 drivers/md/dm-thin.c r = dm_thin_find_block(tc->td, block, 1, &lookup_result); lookup_result 1960 drivers/md/dm-thin.c if (lookup_result.shared) lookup_result 1961 drivers/md/dm-thin.c process_shared_bio(tc, bio, block, &lookup_result, cell); lookup_result 1964 drivers/md/dm-thin.c remap_and_issue(tc, bio, lookup_result.block); lookup_result 1965 drivers/md/dm-thin.c inc_remap_and_issue_cell(tc, cell, lookup_result.block); lookup_result 2023 drivers/md/dm-thin.c struct dm_thin_lookup_result lookup_result; lookup_result 2025 drivers/md/dm-thin.c r = dm_thin_find_block(tc->td, block, 1, &lookup_result); lookup_result 2028 drivers/md/dm-thin.c if (lookup_result.shared && (rw == WRITE) && bio->bi_iter.bi_size) { lookup_result 2034 drivers/md/dm-thin.c remap_and_issue(tc, bio, lookup_result.block); lookup_result 2036 drivers/md/dm-thin.c inc_remap_and_issue_cell(tc, cell, lookup_result.block);