Searched refs:allocate_vio_components (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | vio.c | 78 int allocate_vio_components(struct vdo *vdo, enum vio_type vio_type, in allocate_vio_components() function 138 result = allocate_vio_components(vdo, vio_type, priority, parent, block_count, in create_multi_block_metadata_vio() 350 result = allocate_vio_components(vdo, vio_type, priority, NULL, block_count, ptr, in make_vio_pool()
|
| H A D | vio.h | 80 int allocate_vio_components(struct vdo *vdo, enum vio_type vio_type,
|
| H A D | recovery-journal.c | 679 result = allocate_vio_components(vdo, VIO_TYPE_RECOVERY_JOURNAL, in initialize_recovery_block()
|
| H A D | repair.c | 1746 result = allocate_vio_components(vdo, VIO_TYPE_RECOVERY_JOURNAL, in vdo_repair()
|
| H A D | vdo.c | 732 return allocate_vio_components(vdo, VIO_TYPE_SUPER_BLOCK, in initialize_super_block()
|
| H A D | slab-depot.c | 4019 result = allocate_vio_components(allocator->completion.vdo, in initialize_slab_scrubber() 4052 result = allocate_vio_components(allocator->depot->vdo, VIO_TYPE_SLAB_SUMMARY, in initialize_slab_summary_block()
|