Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-cache-target.c337 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()
[all …]