Home
last modified time | relevance | path

Searched refs:pbn_operations (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dphysical-zone.c331 result = vdo_int_map_create(VDO_LOCK_MAP_CAPACITY, &zone->pbn_operations); in initialize_zone()
337 vdo_int_map_free(zone->pbn_operations); in initialize_zone()
348 vdo_int_map_free(zone->pbn_operations); in initialize_zone()
402 vdo_int_map_free(vdo_forget(zone->pbn_operations)); in vdo_free_physical_zones()
418 return ((zone == NULL) ? NULL : vdo_int_map_get(zone->pbn_operations, pbn)); in vdo_get_physical_zone_pbn_lock()
454 result = vdo_int_map_put(zone->pbn_operations, pbn, new_lock, false, in vdo_attempt_physical_zone_pbn_lock()
629 holder = vdo_int_map_remove(zone->pbn_operations, locked_pbn); in vdo_release_physical_zone_pbn_lock()
H A Dphysical-zone.h62 struct int_map *pbn_operations; member