Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Dint-map.h34 int __must_check vdo_int_map_put(struct int_map *map, u64 key, void *new_value,
Dio-submitter.c230 result = vdo_int_map_put(bio_map, bio_sector, vio, true, NULL); in map_merged_vio()
235 return vdo_int_map_put(bio_map, bio_sector, vio, true, NULL); in map_merged_vio()
290 result = vdo_int_map_put(bio_queue_data->map, in try_bio_map_merge()
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
Dphysical-zone.c454 result = vdo_int_map_put(zone->pbn_operations, pbn, new_lock, false, in vdo_attempt_physical_zone_pbn_lock()
Ddata-vio.c433 result = vdo_int_map_put(lock->zone->lbn_operations, lock->lbn, in attempt_logical_block_lock()
1206 result = vdo_int_map_put(lock->zone->lbn_operations, lock->lbn, in transfer_lock()
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()
Ddedupe.c889 result = vdo_int_map_put(zone->hash_lock_map, hash_lock_key(new_lock), in acquire_lock()