Lines Matching full:vdo
13 #include "vdo.h"
250 /* number of times VDO got an invalid dedupe advice PBN from UDS */ in write_error_statistics()
322 /* Number of blocks used for VDO metadata */ in write_vdo_statistics()
338 /* Number of times the VDO has successfully recovered */ in write_vdo_statistics()
341 /* Number of times the VDO has recovered from read-only mode */ in write_vdo_statistics()
344 /* String describing the operating mode of the VDO */ in write_vdo_statistics()
346 /* Whether the VDO is in recovery mode */ in write_vdo_statistics()
373 /* The VDO instance */ in write_vdo_statistics()
387 /* Bios submitted into VDO from above */ in write_vdo_statistics()
418 int vdo_write_stats(struct vdo *vdo, char *buf, unsigned int maxlen) in vdo_write_stats() argument
425 vdo_log_error("Cannot allocate memory to write VDO statistics"); in vdo_write_stats()
429 vdo_fetch_statistics(vdo, stats); in vdo_write_stats()
461 int vdo_write_config(struct vdo *vdo, char **buf, unsigned int *maxlen) in vdo_write_config() argument
463 struct vdo_config *config = &vdo->states.vdo.config; in vdo_write_config()
477 write_index_config(&vdo->geometry.index_config, buf, maxlen); in vdo_write_config()