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