Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Ddebug.c215 static struct dentry *dfs_rootdir; variable
228 dfs_rootdir = debugfs_create_dir("ubi", NULL); in ubi_debugfs_init()
229 if (IS_ERR_OR_NULL(dfs_rootdir)) { in ubi_debugfs_init()
230 int err = dfs_rootdir ? -ENODEV : PTR_ERR(dfs_rootdir); in ubi_debugfs_init()
246 debugfs_remove(dfs_rootdir); in ubi_debugfs_exit()
416 dent = debugfs_create_dir(fname, dfs_rootdir); in ubi_debugfs_init_dev()
/openbmc/linux/drivers/mtd/ubi/
H A Ddebug.c213 static struct dentry *dfs_rootdir; variable
226 dfs_rootdir = debugfs_create_dir("ubi", NULL); in ubi_debugfs_init()
227 if (IS_ERR_OR_NULL(dfs_rootdir)) { in ubi_debugfs_init()
228 int err = dfs_rootdir ? PTR_ERR(dfs_rootdir) : -ENODEV; in ubi_debugfs_init()
244 debugfs_remove(dfs_rootdir); in ubi_debugfs_exit()
520 d->dfs_dir = debugfs_create_dir(d->dfs_dir_name, dfs_rootdir); in ubi_debugfs_init_dev()
/openbmc/u-boot/fs/ubifs/
H A Ddebug.c2690 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()
[all …]
/openbmc/linux/fs/ubifs/
H A Ddebug.c2664 static struct dentry *dfs_rootdir; variable
2833 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs()
2965 dfs_rootdir = debugfs_create_dir(fname, NULL); in dbg_debugfs_init()
2968 dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2973 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2977 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2981 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2984 dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2989 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2997 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_exit()