Lines Matching refs:cell2
338 struct dm_bio_prison_cell *cell2; member
394 if (!p->cell2) { in prealloc_data_structs()
395 p->cell2 = alloc_prison_cell(cache); in prealloc_data_structs()
396 if (!p->cell2) in prealloc_data_structs()
405 if (p->cell2) in prealloc_free_structs()
406 free_prison_cell(cache, p->cell2); in prealloc_free_structs()
437 } else if (p->cell2) { in prealloc_get_cell()
438 r = p->cell2; in prealloc_get_cell()
439 p->cell2 = NULL; in prealloc_get_cell()
452 if (!p->cell2) in prealloc_put_cell()
453 p->cell2 = cell; in prealloc_put_cell()