Home
last modified time | relevance | path

Searched refs:nvmet_init_debugfs (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/nvme/target/
H A Ddebugfs.h18 int __init nvmet_init_debugfs(void);
33 static inline int __init nvmet_init_debugfs(void) in nvmet_init_debugfs() function
H A Ddebugfs.c213 int __init nvmet_init_debugfs(void) in nvmet_init_debugfs() function
H A Dcore.c1920 error = nvmet_init_debugfs(); in nvmet_init()