Searched refs:vdo_int_map_create (Results 1 – 5 of 5) sorted by relevance
26 int __must_check vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr);
58 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->lbn_operations); in initialize_zone()
179 int vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr) in vdo_int_map_create() function
331 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->pbn_operations); in initialize_zone()
233 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()