Searched refs:vdo_int_map_create (Results 1 – 7 of 7) 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
403 result = vdo_int_map_create(max_requests_active * 2, in vdo_make_io_submitter()
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()
2353 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->hash_lock_map); in initialize_zone()