Searched refs:batadv_debugfs (Results 1 – 1 of 1) sorted by relevance
55 static struct dentry *batadv_debugfs; variable442 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()[all …]