Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-cache-target.c348 static struct dm_bio_prison_cell *alloc_prison_cell(struct cache *cache) in alloc_prison_cell() function
389 p->cell1 = alloc_prison_cell(cache); in prealloc_data_structs()
395 p->cell2 = alloc_prison_cell(cache); in prealloc_data_structs()
2635 *cell = alloc_prison_cell(cache); in __cache_map()