Lines Matching refs:dfs_rootdir
2690 static struct dentry *dfs_rootdir; variable
2878 dent = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs()
3060 dfs_rootdir = dent; in dbg_debugfs_init()
3063 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3070 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3077 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3084 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3091 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3098 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3107 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_init()
3121 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_exit()