Searched refs:dfs_rootdir (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | debug.c | 216 static struct dentry *dfs_rootdir; variable 229 dfs_rootdir = debugfs_create_dir("ubi", NULL); in ubi_debugfs_init() 230 if (IS_ERR_OR_NULL(dfs_rootdir)) { in ubi_debugfs_init() 231 int err = dfs_rootdir ? -ENODEV : PTR_ERR(dfs_rootdir); in ubi_debugfs_init() 247 debugfs_remove(dfs_rootdir); in ubi_debugfs_exit() 417 dent = debugfs_create_dir(fname, dfs_rootdir); in ubi_debugfs_init_dev()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | debug.c | 213 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() 519 d->dfs_dir = debugfs_create_dir(d->dfs_dir_name, dfs_rootdir); in ubi_debugfs_init_dev()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | debug.c | 2691 static struct dentry *dfs_rootdir; variable 2879 dent = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs() 3061 dfs_rootdir = dent; in dbg_debugfs_init() 3064 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3071 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3078 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3085 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3092 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3099 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3108 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_init() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | debug.c | 2644 static struct dentry *dfs_rootdir; variable 2813 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs() 2945 dfs_rootdir = debugfs_create_dir(fname, NULL); in dbg_debugfs_init() 2948 dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init() 2953 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init() 2957 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init() 2961 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init() 2964 dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init() 2969 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init() 2977 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_exit()
|