Searched refs:vdo_get_slab (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/ |
D | slab-depot.h | 554 struct vdo_slab * __must_check vdo_get_slab(const struct slab_depot *depot,
|
D | slab-depot.c | 1948 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()
|
D | vdo.c | 1723 slab = vdo_get_slab(vdo->depot, pbn); in vdo_get_physical_zone()
|
D | repair.c | 830 slab = vdo_get_slab(vdo->depot, pbn); in add_slab_journal_entries()
|
D | dedupe.c | 1280 struct vdo_slab *slab = vdo_get_slab(depot, agent->duplicate.pbn); in acquire_provisional_reference()
|