Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dio-submitter.c232 result = vdo_int_map_put(bio_map, bio_sector, vio, true, NULL); in map_merged_vio()
237 return vdo_int_map_put(bio_map, bio_sector, vio, true, NULL); in map_merged_vio()
292 result = vdo_int_map_put(bio_queue_data->map, in try_bio_map_merge()
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.c396 result = vdo_int_map_put(map, entry->key, entry->value, true, NULL); in resize_buckets()
604 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.c455 result = vdo_int_map_put(zone->pbn_operations, pbn, new_lock, false, in vdo_attempt_physical_zone_pbn_lock()
H A Ddata-vio.c437 result = vdo_int_map_put(lock->zone->lbn_operations, lock->lbn, in attempt_logical_block_lock()
1181 result = vdo_int_map_put(lock->zone->lbn_operations, lock->lbn, in transfer_lock()
H A Dblock-map.c397 result = vdo_int_map_put(cache->page_map, pbn, info, true, NULL); in set_info_pbn()
1922 result = vdo_int_map_put(zone->loading_pages, lock->key, in attempt_page_lock()
H A Ddedupe.c889 result = vdo_int_map_put(zone->hash_lock_map, hash_lock_key(new_lock), in acquire_lock()