Lines Matching refs:batadv_debugfs
55 static struct dentry *batadv_debugfs; variable
442 batadv_debugfs = debugfs_create_dir(BATADV_DEBUGFS_SUBDIR, NULL); in batadv_debugfs_init()
443 if (batadv_debugfs == ERR_PTR(-ENODEV)) in batadv_debugfs_init()
444 batadv_debugfs = NULL; in batadv_debugfs_init()
446 if (!batadv_debugfs) in batadv_debugfs_init()
452 batadv_debugfs, NULL, in batadv_debugfs_init()
463 debugfs_remove_recursive(batadv_debugfs); in batadv_debugfs_init()
464 batadv_debugfs = NULL; in batadv_debugfs_init()
469 debugfs_remove_recursive(batadv_debugfs); in batadv_debugfs_destroy()
470 batadv_debugfs = NULL; in batadv_debugfs_destroy()
483 if (!batadv_debugfs) in batadv_debugfs_add_hardif()
487 batadv_debugfs); in batadv_debugfs_add_hardif()
516 if (batadv_debugfs) { in batadv_debugfs_del_hardif()
528 if (!batadv_debugfs) in batadv_debugfs_add_meshif()
531 bat_priv->debug_dir = debugfs_create_dir(dev->name, batadv_debugfs); in batadv_debugfs_add_meshif()
570 if (batadv_debugfs) { in batadv_debugfs_del_meshif()