Lines Matching refs:vdo_allocate
2370 result = vdo_allocate(slab->reference_block_count, struct reference_block, in allocate_slab_counters()
2380 result = vdo_allocate(bytes, vdo_refcount_t, "ref counts array", in allocate_slab_counters()
3488 result = vdo_allocate(allocator->slab_count, struct slab_status, __func__, in get_slab_statuses()
3664 result = vdo_allocate(slab_config->slab_journal_blocks, struct journal_lock, in initialize_slab_journal()
3669 result = vdo_allocate(VDO_BLOCK_SIZE, char, "struct packed_slab_journal_block", in initialize_slab_journal()
3725 result = vdo_allocate(1, struct vdo_slab, __func__, &slab); in make_slab()
3782 result = vdo_allocate(slab_count, struct vdo_slab *, in allocate_slabs()
3937 result = vdo_allocate(VDO_BLOCK_SIZE * slab_journal_size, in initialize_slab_scrubber()
3971 result = vdo_allocate(VDO_BLOCK_SIZE, char, __func__, &block->outgoing_entries); in initialize_slab_summary_block()
4027 result = vdo_allocate(VDO_SLAB_SUMMARY_BLOCKS_PER_ZONE, in initialize_block_allocator()
4087 result = vdo_allocate(MAXIMUM_VDO_SLAB_SUMMARY_ENTRIES, in allocate_components()