Home
last modified time | relevance | path

Searched refs:vdo_int_map_put (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dint-map.h34 int __must_check vdo_int_map_put(struct int_map *map, u64 key, void *new_value,
H A Dint-map.c399 result = vdo_int_map_put(map, entry->key, entry->value, true, NULL); in resize_buckets()
610 int vdo_int_map_put(struct int_map *map, u64 key, void *new_value, bool update, in vdo_int_map_put() function
H A Dphysical-zone.c454 result = vdo_int_map_put(zone->pbn_operations, pbn, new_lock, false, in vdo_attempt_physical_zone_pbn_lock()
H A Dblock-map.c392 result = vdo_int_map_put(cache->page_map, pbn, info, true, NULL); in set_info_pbn()
1905 result = vdo_int_map_put(zone->loading_pages, lock->key, in attempt_page_lock()