Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Dint-map.h26 int __must_check vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr);
Dlogical-zone.c58 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->lbn_operations); in initialize_zone()
Dint-map.c179 int vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr) in vdo_int_map_create() function
Dio-submitter.c403 result = vdo_int_map_create(max_requests_active * 2, in vdo_make_io_submitter()
Dphysical-zone.c331 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->pbn_operations); in initialize_zone()
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()
Ddedupe.c2353 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->hash_lock_map); in initialize_zone()