include/linux/blkpg.h

Source file repositories/reference/linux-study-clean/include/linux/blkpg.h

File Facts

System
Linux kernel
Corpus path
include/linux/blkpg.h
Extension
.h
Size
436 bytes
Lines
23
Domain
Representative Device Path
Bucket
PCIe NVMe Storage Path
Inferred role
Representative Device Path: implementation source
Status
source implementation candidate

Why This File Exists

Part of the selected hardware vertical slice: PCI discovery, driver binding, NVMe queues, block requests, DMA, interrupts, and completion.

Dependency Surface

Detected Declarations

Annotated Snippet

struct blkpg_compat_ioctl_arg {
	compat_int_t op;
	compat_int_t flags;
	compat_int_t datalen;
	compat_uptr_t data;
};
#endif

#endif /* _LINUX_BLKPG_H */

Annotation

Implementation Notes