Searched refs:vdo_int_map_remove (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/ |
D | io-submitter.c | 147 vdo_int_map_remove(bio_queue_data->map, in get_bio_list() 149 vdo_int_map_remove(bio_queue_data->map, in get_bio_list() 241 vdo_int_map_remove(bio_map, prev_vio->bios_merged.tail->bi_iter.bi_sector); in merge_to_prev_tail() 254 vdo_int_map_remove(bio_map, next_vio->bios_merged.head->bi_iter.bi_sector); in merge_to_next_head()
|
D | int-map.h | 37 void *vdo_int_map_remove(struct int_map *map, u64 key);
|
D | int-map.c | 675 void *vdo_int_map_remove(struct int_map *map, u64 key) in vdo_int_map_remove() function
|
D | physical-zone.c | 629 holder = vdo_int_map_remove(zone->pbn_operations, locked_pbn); in vdo_release_physical_zone_pbn_lock()
|
D | block-map.c | 387 vdo_int_map_remove(cache->page_map, info->pbn); in set_info_pbn() 1706 lock_holder = vdo_int_map_remove(zone->loading_pages, lock->key); in release_page_lock()
|
D | data-vio.c | 1183 lock_holder = vdo_int_map_remove(lock_map, lock->lbn); in release_lock()
|
D | dedupe.c | 1929 removed = vdo_int_map_remove(zone->hash_lock_map, lock_key); in vdo_release_hash_lock()
|