Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dint-map.h26 int __must_check vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr);
H A Dlogical-zone.c58 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->lbn_operations); in initialize_zone()
H A Dint-map.c179 int vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr) in vdo_int_map_create() function
H A Dphysical-zone.c331 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->pbn_operations); in initialize_zone()
H A Dblock-map.c233 result = vdo_int_map_create(cache->page_count, &cache->page_map); in allocate_cache_components()
1345 return vdo_int_map_create(cache->page_count, &cache->page_map); in vdo_invalidate_page_cache()
2747 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->loading_pages); in initialize_block_map_zone()