dfs_rootdir 212 drivers/mtd/ubi/debug.c static struct dentry *dfs_rootdir; dfs_rootdir 225 drivers/mtd/ubi/debug.c dfs_rootdir = debugfs_create_dir("ubi", NULL); dfs_rootdir 226 drivers/mtd/ubi/debug.c if (IS_ERR_OR_NULL(dfs_rootdir)) { dfs_rootdir 227 drivers/mtd/ubi/debug.c int err = dfs_rootdir ? PTR_ERR(dfs_rootdir) : -ENODEV; dfs_rootdir 243 drivers/mtd/ubi/debug.c debugfs_remove(dfs_rootdir); dfs_rootdir 523 drivers/mtd/ubi/debug.c dent = debugfs_create_dir(fname, dfs_rootdir); dfs_rootdir 2643 fs/ubifs/debug.c static struct dentry *dfs_rootdir; dfs_rootdir 2824 fs/ubifs/debug.c d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir); dfs_rootdir 2956 fs/ubifs/debug.c dfs_rootdir = debugfs_create_dir(fname, NULL); dfs_rootdir 2959 fs/ubifs/debug.c dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, dfs_rootdir 2964 fs/ubifs/debug.c dfs_rootdir, NULL, &dfs_global_fops); dfs_rootdir 2968 fs/ubifs/debug.c dfs_rootdir, NULL, &dfs_global_fops); dfs_rootdir 2972 fs/ubifs/debug.c dfs_rootdir, NULL, &dfs_global_fops); dfs_rootdir 2975 fs/ubifs/debug.c dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, dfs_rootdir 2980 fs/ubifs/debug.c dfs_rootdir, NULL, &dfs_global_fops); dfs_rootdir 2988 fs/ubifs/debug.c debugfs_remove_recursive(dfs_rootdir);