drivers/nvme/target/debugfs.h

Source file repositories/reference/linux-study-clean/drivers/nvme/target/debugfs.h

File Facts

System
Linux kernel
Corpus path
drivers/nvme/target/debugfs.h
Extension
.h
Size
1044 bytes
Lines
43
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

static inline void nvmet_debugfs_subsys_free(struct nvmet_subsys *subsys){}

static inline int nvmet_debugfs_ctrl_setup(struct nvmet_ctrl *ctrl)
{
	return 0;
}
static inline void nvmet_debugfs_ctrl_free(struct nvmet_ctrl *ctrl) {}

static inline int __init nvmet_init_debugfs(void)
{
    return 0;
}

static inline void nvmet_exit_debugfs(void) {}

#endif

#endif /* NVMET_DEBUGFS_H */

Annotation

Implementation Notes