Home
last modified time | relevance | path

Searched refs:vdo_config (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dtypes.h334 struct vdo_config;
H A Dencodings.h603 struct vdo_config { struct
616 struct vdo_config config; argument
1274 int vdo_validate_config(const struct vdo_config *config,
H A Dencodings.c1096 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()
H A Dmessage-stats.c463 struct vdo_config *config = &vdo->states.vdo.config; in vdo_write_config()