Searched refs:rootdir (Results 1 – 1 of 1) sorted by relevance
32 static struct dentry *rootdir; variable327 rootdir = debugfs_create_dir("l2tp", NULL); in l2tp_debugfs_init()329 debugfs_create_file("tunnels", 0600, rootdir, NULL, &l2tp_dfs_fops); in l2tp_debugfs_init()338 debugfs_remove_recursive(rootdir); in l2tp_debugfs_exit()
Completed in 4 milliseconds