Lines Matching refs:cell1
337 struct dm_bio_prison_cell *cell1; member
388 if (!p->cell1) { in prealloc_data_structs()
389 p->cell1 = alloc_prison_cell(cache); in prealloc_data_structs()
390 if (!p->cell1) in prealloc_data_structs()
408 if (p->cell1) in prealloc_free_structs()
409 free_prison_cell(cache, p->cell1); in prealloc_free_structs()
433 if (p->cell1) { in prealloc_get_cell()
434 r = p->cell1; in prealloc_get_cell()
435 p->cell1 = NULL; in prealloc_get_cell()
455 else if (!p->cell1) in prealloc_put_cell()
456 p->cell1 = cell; in prealloc_put_cell()