Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/dm-vdo/
H A Dconstants.h52 VDO_LOCK_MAP_CAPACITY = 10000, enumerator
H A Dlogical-zone.c58 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->lbn_operations); in initialize_zone()
H A Dphysical-zone.c331 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->pbn_operations); in initialize_zone()
H A Ddedupe.c2354 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->hash_lock_map); in initialize_zone()
H A Dblock-map.c2744 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->loading_pages); in initialize_block_map_zone()