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