Searched refs:vdo_int_map_remove (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dint-map.h37 void *vdo_int_map_remove(struct int_map *map, u64 key);
H A Dio-submitter.c147 vdo_int_map_remove(bio_queue_data->map,
149 vdo_int_map_remove(bio_queue_data->map,
241 vdo_int_map_remove(bio_map, prev_vio->bios_merged.tail->bi_iter.bi_sector);
254 vdo_int_map_remove(bio_map, next_vio->bios_merged.head->bi_iter.bi_sector);
H A Dint-map.c669 * vdo_int_map_remove() - Remove the mapping for a given key from the int_map.
675 void *vdo_int_map_remove(struct int_map *map, u64 key) function
H A Dphysical-zone.c629 holder = vdo_int_map_remove(zone->pbn_operations, locked_pbn);
H A Ddata-vio.c1183 lock_holder = vdo_int_map_remove(lock_map, lock->lbn);
H A Ddedupe.c1932 removed = vdo_int_map_remove(zone->hash_lock_map, lock_key);
H A Dblock-map.c387 vdo_int_map_remove(cache->page_map, info->pbn);
1706 lock_holder = vdo_int_map_remove(zone->loading_pages, lock->key);

Completed in 282 milliseconds