vdo_int_map_create
return vdo_int_map_create(cache->page_count, &cache->page_map);
result = vdo_int_map_create(cache->page_count, &cache->page_map);
result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->loading_pages);
result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->hash_lock_map);
int __must_check vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr);
result = vdo_int_map_create(max_requests_active * 2,
result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->lbn_operations);
result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->pbn_operations);