Home
last modified time | relevance | path

Searched refs:vdo_get_slab (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dslab-depot.h565 struct vdo_slab * __must_check vdo_get_slab(const struct slab_depot *depot,
H A Dslab-depot.c1954 struct vdo_slab *slab = vdo_get_slab(depot, pbn); in vdo_adjust_reference_count_for_rebuild()
3328 struct vdo_slab *slab = vdo_get_slab(completion->vdo->depot, updater->zpbn.pbn); in vdo_modify_reference_count()
3364 return adjust_reference_count(vdo_get_slab(allocator->depot, pbn), in vdo_release_block_reference()
4430 struct vdo_slab *vdo_get_slab(const struct slab_depot *depot, in vdo_get_slab() function
4459 struct vdo_slab *slab = vdo_get_slab(depot, pbn); in vdo_get_increment_limit()
H A Drepair.c830 slab = vdo_get_slab(vdo->depot, pbn); in add_slab_journal_entries()
H A Dvdo.c1717 slab = vdo_get_slab(vdo->depot, pbn); in vdo_get_physical_zone()
H A Ddedupe.c1282 struct vdo_slab *slab = vdo_get_slab(depot, agent->duplicate.pbn); in acquire_provisional_reference()