Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dslab-depot.h212 struct block_allocator *allocator;
344 struct block_allocator *allocator;
371 struct block_allocator { struct
501 struct block_allocator allocators[];
517 static inline struct block_allocator *vdo_as_block_allocator(struct vdo_completion *completion) in vdo_as_block_allocator()
520 return container_of(completion, struct block_allocator, completion); in vdo_as_block_allocator()
527 int __must_check vdo_allocate_block(struct block_allocator *allocator,
530 int vdo_enqueue_clean_slab_waiter(struct block_allocator *allocator,
536 int __must_check vdo_release_block_reference(struct block_allocator *allocator,
541 void vdo_dump_block_allocator(const struct block_allocator *allocator);
H A Drepair.h11 void vdo_replay_into_slab_journals(struct block_allocator *allocator, void *context);
H A Dphysical-zone.h66 struct block_allocator *allocator;
H A Dtypes.h331 struct block_allocator;
H A Drepair.c799 struct block_allocator *allocator = vdo_as_block_allocator(completion); in add_slab_journal_entries()
851 void vdo_replay_into_slab_journals(struct block_allocator *allocator, void *context) in vdo_replay_into_slab_journals()