Lines Matching defs:dfs_rootdir
2664 static struct dentry *dfs_rootdir;
2833 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir);
2965 dfs_rootdir = debugfs_create_dir(fname, NULL);
2968 dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir,
2973 dfs_rootdir, NULL, &dfs_global_fops);
2977 dfs_rootdir, NULL, &dfs_global_fops);
2981 dfs_rootdir, NULL, &dfs_global_fops);
2984 dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir,
2989 dfs_rootdir, NULL, &dfs_global_fops);
2997 debugfs_remove_recursive(dfs_rootdir);