Home
last modified time | relevance | path

Searched refs:lbn_operations (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/
Dlogical-zone.h27 struct int_map *lbn_operations; member
Dlogical-zone.c58 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->lbn_operations); in initialize_zone()
138 vdo_int_map_free(vdo_forget(zones->zones[index].lbn_operations)); in vdo_free_logical_zones()
Ddata-vio.c433 result = vdo_int_map_put(lock->zone->lbn_operations, lock->lbn, in attempt_logical_block_lock()
1169 struct int_map *lock_map = lock->zone->lbn_operations; in release_lock()
1206 result = vdo_int_map_put(lock->zone->lbn_operations, lock->lbn, in transfer_lock()