slab_iterator
static struct slab_iterator get_depot_slab_iterator(struct slab_depot *depot,
return (struct slab_iterator) {
static struct slab_iterator get_slab_iterator(const struct block_allocator *allocator)
static struct vdo_slab *next_slab(struct slab_iterator *iterator)
struct slab_iterator iterator;
struct slab_iterator iterator;
struct slab_iterator iterator = get_slab_iterator(allocator);
struct slab_iterator iterator = get_slab_iterator(allocator);
struct slab_iterator iterator =
struct slab_iterator slabs_to_erase;