drivers/md/dm-vdo/dump.h

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

File Facts

System
Linux kernel
Corpus path
drivers/md/dm-vdo/dump.h
Extension
.h
Size
335 bytes
Lines
18
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_DUMP_H
#define VDO_DUMP_H

#include "types.h"

int vdo_dump(struct vdo *vdo, unsigned int argc, char *const *argv, const char *why);

void vdo_dump_all(struct vdo *vdo, const char *why);

void dump_data_vio(void *data);

#endif /* VDO_DUMP_H */

Annotation

Implementation Notes