Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/ubi/
Ddebug.c212 static struct dentry *dfs_rootdir; variable
225 dfs_rootdir = debugfs_create_dir("ubi", NULL); in ubi_debugfs_init()
226 if (IS_ERR_OR_NULL(dfs_rootdir)) { in ubi_debugfs_init()
227 int err = dfs_rootdir ? PTR_ERR(dfs_rootdir) : -ENODEV; in ubi_debugfs_init()
243 debugfs_remove(dfs_rootdir); in ubi_debugfs_exit()
531 dent = debugfs_create_dir(fname, dfs_rootdir); in ubi_debugfs_init_dev()
/Linux-v5.4/fs/ubifs/
Ddebug.c2643 static struct dentry *dfs_rootdir; variable
2824 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs()
2956 dfs_rootdir = debugfs_create_dir(fname, NULL); in dbg_debugfs_init()
2959 dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2964 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2968 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2972 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2975 dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2980 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2988 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_exit()