data_cell        1687 drivers/md/dm-thin.c 	struct dm_bio_prison_cell *data_cell;
data_cell        1707 drivers/md/dm-thin.c 		if (bio_detain(tc->pool, &data_key, NULL, &data_cell)) {
data_cell        1723 drivers/md/dm-thin.c 		m->cell = data_cell;
data_cell        1866 drivers/md/dm-thin.c 	struct dm_bio_prison_cell *data_cell;
data_cell        1875 drivers/md/dm-thin.c 	if (bio_detain(pool, &key, bio, &data_cell)) {
data_cell        1881 drivers/md/dm-thin.c 		break_sharing(tc, bio, block, &key, lookup_result, data_cell);
data_cell        1890 drivers/md/dm-thin.c 		remap_and_issue_shared_cell(tc, data_cell, lookup_result->block);
data_cell        2724 drivers/md/dm-thin.c 	struct dm_bio_prison_cell *virt_cell, *data_cell;
data_cell        2780 drivers/md/dm-thin.c 		if (bio_detain(tc->pool, &key, bio, &data_cell)) {
data_cell        2786 drivers/md/dm-thin.c 		cell_defer_no_holder(tc, data_cell);