Lines Matching refs:batadv_debugfs
34 static struct dentry *batadv_debugfs; variable
421 batadv_debugfs = debugfs_create_dir(BATADV_DEBUGFS_SUBDIR, NULL); in batadv_debugfs_init()
422 if (batadv_debugfs == ERR_PTR(-ENODEV)) in batadv_debugfs_init()
423 batadv_debugfs = NULL; in batadv_debugfs_init()
425 if (!batadv_debugfs) in batadv_debugfs_init()
431 batadv_debugfs, NULL, in batadv_debugfs_init()
442 debugfs_remove_recursive(batadv_debugfs); in batadv_debugfs_init()
443 batadv_debugfs = NULL; in batadv_debugfs_init()
448 debugfs_remove_recursive(batadv_debugfs); in batadv_debugfs_destroy()
449 batadv_debugfs = NULL; in batadv_debugfs_destroy()
462 if (!batadv_debugfs) in batadv_debugfs_add_hardif()
466 batadv_debugfs); in batadv_debugfs_add_hardif()
499 if (batadv_debugfs) { in batadv_debugfs_del_hardif()
511 if (!batadv_debugfs) in batadv_debugfs_add_meshif()
514 bat_priv->debug_dir = debugfs_create_dir(dev->name, batadv_debugfs); in batadv_debugfs_add_meshif()
557 if (batadv_debugfs) { in batadv_debugfs_del_meshif()