drivers/md/dm-mpath.h

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

File Facts

System
Linux kernel
Corpus path
drivers/md/dm-mpath.h
Extension
.h
Size
463 bytes
Lines
24
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

struct dm_path {
	struct dm_dev *dev;	/* Read-only */
	void *pscontext;	/* For path-selector use */
};

/* Callback for hwh_pg_init_fn to use when complete */
void dm_pg_init_complete(struct dm_path *path, unsigned int err_flags);

#endif

Annotation

Implementation Notes