Home
last modified time | relevance | path

Searched refs:cell1 (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/md/
Ddm-cache-target.c382 struct dm_bio_prison_cell *cell1; member
437 if (!p->cell1) { in prealloc_data_structs()
438 p->cell1 = alloc_prison_cell(cache); in prealloc_data_structs()
439 if (!p->cell1) in prealloc_data_structs()
457 if (p->cell1) in prealloc_free_structs()
458 free_prison_cell(cache, p->cell1); in prealloc_free_structs()
482 if (p->cell1) { in prealloc_get_cell()
483 r = p->cell1; in prealloc_get_cell()
484 p->cell1 = NULL; in prealloc_get_cell()
504 else if (!p->cell1) in prealloc_put_cell()
[all …]