Lines Matching refs:cell2
383 struct dm_bio_prison_cell *cell2; member
443 if (!p->cell2) { in prealloc_data_structs()
444 p->cell2 = alloc_prison_cell(cache); in prealloc_data_structs()
445 if (!p->cell2) in prealloc_data_structs()
454 if (p->cell2) in prealloc_free_structs()
455 free_prison_cell(cache, p->cell2); in prealloc_free_structs()
486 } else if (p->cell2) { in prealloc_get_cell()
487 r = p->cell2; in prealloc_get_cell()
488 p->cell2 = NULL; in prealloc_get_cell()
501 if (!p->cell2) in prealloc_put_cell()
502 p->cell2 = cell; in prealloc_put_cell()