Lines Matching refs:batadv_debugfs
48 static struct dentry *batadv_debugfs; variable
271 batadv_debugfs = debugfs_create_dir(BATADV_DEBUGFS_SUBDIR, NULL); in batadv_debugfs_init()
272 if (batadv_debugfs == ERR_PTR(-ENODEV)) in batadv_debugfs_init()
273 batadv_debugfs = NULL; in batadv_debugfs_init()
275 if (!batadv_debugfs) in batadv_debugfs_init()
281 batadv_debugfs, NULL, in batadv_debugfs_init()
292 debugfs_remove_recursive(batadv_debugfs); in batadv_debugfs_init()
293 batadv_debugfs = NULL; in batadv_debugfs_init()
301 debugfs_remove_recursive(batadv_debugfs); in batadv_debugfs_destroy()
302 batadv_debugfs = NULL; in batadv_debugfs_destroy()
318 if (!batadv_debugfs) in batadv_debugfs_add_hardif()
325 batadv_debugfs); in batadv_debugfs_add_hardif()
378 if (batadv_debugfs) { in batadv_debugfs_del_hardif()
397 if (!batadv_debugfs) in batadv_debugfs_add_meshif()
403 bat_priv->debug_dir = debugfs_create_dir(dev->name, batadv_debugfs); in batadv_debugfs_add_meshif()
470 if (batadv_debugfs) { in batadv_debugfs_del_meshif()