Lines Matching refs:cell1
241 struct dm_bio_prison_cell *cell1; member
271 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()
339 p->cell1 = cell; in prealloc_put_cell()