Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Dslab-depot.h554 struct vdo_slab * __must_check vdo_get_slab(const struct slab_depot *depot,
Dslab-depot.c1948 struct vdo_slab *slab = vdo_get_slab(depot, pbn); in vdo_adjust_reference_count_for_rebuild()
3242 struct vdo_slab *slab = vdo_get_slab(completion->vdo->depot, updater->zpbn.pbn); in vdo_modify_reference_count()
3278 return adjust_reference_count(vdo_get_slab(allocator->depot, pbn), in vdo_release_block_reference()
4338 struct vdo_slab *vdo_get_slab(const struct slab_depot *depot, in vdo_get_slab() function
4367 struct vdo_slab *slab = vdo_get_slab(depot, pbn); in vdo_get_increment_limit()
Dvdo.c1723 slab = vdo_get_slab(vdo->depot, pbn); in vdo_get_physical_zone()
Drepair.c830 slab = vdo_get_slab(vdo->depot, pbn); in add_slab_journal_entries()
Ddedupe.c1280 struct vdo_slab *slab = vdo_get_slab(depot, agent->duplicate.pbn); in acquire_provisional_reference()