vdo_config
static struct packed_vdo_config pack_vdo_config(struct vdo_config config)
static struct vdo_config unpack_vdo_config(struct packed_vdo_config config)
return (struct vdo_config) {
int vdo_validate_config(const struct vdo_config *config,
int vdo_initialize_component_states(const struct vdo_config *vdo_config,
states->vdo.config = *vdo_config;
result = vdo_initialize_layout(vdo_config->physical_blocks,
vdo_config->recovery_journal_size,
result = vdo_configure_slab(vdo_config->slab_size,
vdo_config->slab_journal_blocks,
int vdo_validate_config(const struct vdo_config *config,
int vdo_initialize_component_states(const struct vdo_config *vdo_config,
struct vdo_config config;
struct vdo_config *config = &vdo->states.vdo.config;
struct vdo_config;
struct vdo_config vdo_config = {
result = vdo_initialize_component_states(&vdo_config, &vdo->geometry, nonce, &vdo->states);