Searched refs:vdo_config (Results 1 – 4 of 4) sorted by relevance
334 struct vdo_config;
603 struct vdo_config { struct616 struct vdo_config config; argument1274 int vdo_validate_config(const struct vdo_config *config,
1096 static struct packed_vdo_config pack_vdo_config(struct vdo_config config) in pack_vdo_config()1141 static struct vdo_config unpack_vdo_config(struct packed_vdo_config config) in unpack_vdo_config()1143 return (struct vdo_config) { in unpack_vdo_config()1205 int vdo_validate_config(const struct vdo_config *config, in vdo_validate_config()
463 struct vdo_config *config = &vdo->states.vdo.config; in vdo_write_config()