Home
last modified time | relevance | path

Searched refs:batadv_debugfs (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/batman-adv/
Ddebugfs.c48 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()
[all …]