Home
last modified time | relevance | path

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

/linux-6.14.4/net/hsr/
Dhsr_debugfs.c15 static struct dentry *hsr_debugfs_root_dir; variable
78 de = debugfs_create_dir(hsr_dev->name, hsr_debugfs_root_dir); in hsr_debugfs_init()
112 hsr_debugfs_root_dir = debugfs_create_dir("hsr", NULL); in hsr_debugfs_create_root()
113 if (IS_ERR(hsr_debugfs_root_dir)) { in hsr_debugfs_create_root()
115 hsr_debugfs_root_dir = NULL; in hsr_debugfs_create_root()
122 debugfs_remove(hsr_debugfs_root_dir); in hsr_debugfs_remove_root()