Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/ubi/
Ddebug.c225 static struct dentry *dfs_rootdir; variable
238 dfs_rootdir = debugfs_create_dir("ubi", NULL); in ubi_debugfs_init()
239 if (IS_ERR_OR_NULL(dfs_rootdir)) { in ubi_debugfs_init()
240 int err = dfs_rootdir ? PTR_ERR(dfs_rootdir) : -ENODEV; in ubi_debugfs_init()
256 debugfs_remove(dfs_rootdir); in ubi_debugfs_exit()
544 dent = debugfs_create_dir(fname, dfs_rootdir); in ubi_debugfs_init_dev()
/Linux-v4.19/fs/ubifs/
Ddebug.c2650 static struct dentry *dfs_rootdir; variable
2838 dent = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs()
3020 dfs_rootdir = dent; in dbg_debugfs_init()
3023 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3030 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3037 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3044 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3051 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3058 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3067 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_init()
[all …]