Searched refs:hsr_debugfs_root_dir (Results 1 – 1 of 1) sorted by relevance
23 static struct dentry *hsr_debugfs_root_dir; variable70 d = debugfs_rename(hsr_debugfs_root_dir, priv->node_tbl_root, in hsr_debugfs_rename()71 hsr_debugfs_root_dir, dev->name); in hsr_debugfs_rename()89 de = debugfs_create_dir(hsr_dev->name, hsr_debugfs_root_dir); in hsr_debugfs_init()123 hsr_debugfs_root_dir = debugfs_create_dir("hsr", NULL); in hsr_debugfs_create_root()124 if (IS_ERR(hsr_debugfs_root_dir)) { in hsr_debugfs_create_root()126 hsr_debugfs_root_dir = NULL; in hsr_debugfs_create_root()133 debugfs_remove(hsr_debugfs_root_dir); in hsr_debugfs_remove_root()