Searched refs:hsr_debugfs_root_dir (Results 1 – 1 of 1) sorted by relevance
15 static struct dentry *hsr_debugfs_root_dir; variable62 d = debugfs_rename(hsr_debugfs_root_dir, priv->node_tbl_root, in hsr_debugfs_rename()63 hsr_debugfs_root_dir, dev->name); in hsr_debugfs_rename()81 de = debugfs_create_dir(hsr_dev->name, hsr_debugfs_root_dir); in hsr_debugfs_init()115 hsr_debugfs_root_dir = debugfs_create_dir("hsr", NULL); in hsr_debugfs_create_root()116 if (IS_ERR(hsr_debugfs_root_dir)) { in hsr_debugfs_create_root()118 hsr_debugfs_root_dir = NULL; in hsr_debugfs_create_root()125 debugfs_remove(hsr_debugfs_root_dir); in hsr_debugfs_remove_root()