drivers/md/dm-vdo/message-stats.h

Source file repositories/reference/linux-study-clean/drivers/md/dm-vdo/message-stats.h

File Facts

System
Linux kernel
Corpus path
drivers/md/dm-vdo/message-stats.h
Extension
.h
Size
332 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/md
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef VDO_MESSAGE_STATS_H
#define VDO_MESSAGE_STATS_H

#include "types.h"

int vdo_write_config(struct vdo *vdo, char **buf, unsigned int *maxlen);
int vdo_write_stats(struct vdo *vdo, char *buf, unsigned int maxlen);

#endif /* VDO_MESSAGE_STATS_H */

Annotation

Implementation Notes