Searched refs:cell1 (Results 1 – 2 of 2) sorted by relevance
241 struct dm_bio_prison_cell *cell1; member271 if (!p->cell1) { in prealloc_data_structs()272 p->cell1 = alloc_prison_cell(cache); in prealloc_data_structs()273 if (!p->cell1) in prealloc_data_structs()291 if (p->cell1) in prealloc_free_structs()292 free_prison_cell(cache, p->cell1); in prealloc_free_structs()316 if (p->cell1) { in prealloc_get_cell()317 r = p->cell1; in prealloc_get_cell()318 p->cell1 = NULL; in prealloc_get_cell()338 else if (!p->cell1) in prealloc_put_cell()[all …]
1461 struct dm_bio_prison_cell cell1, cell2; in thin_bio_map() local1504 if (dm_bio_detain(tc->pool->prison, &key, bio, &cell1, &cell_result)) in thin_bio_map()1509 cell_defer_no_holder_no_free(tc, &cell1); in thin_bio_map()1515 cell_defer_no_holder_no_free(tc, &cell1); in thin_bio_map()