Searched refs:cell2 (Results 1 – 1 of 1) sorted by relevance
383 struct dm_bio_prison_cell *cell2; member443 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()[all …]