Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Ddebug.c243 static struct dentry *dfs_rootdir; variable
302 dfs_rootdir = debugfs_create_dir("ubi", NULL); in ubi_debugfs_init()
303 if (IS_ERR_OR_NULL(dfs_rootdir)) { in ubi_debugfs_init()
304 int err = dfs_rootdir ? PTR_ERR(dfs_rootdir) : -ENODEV; in ubi_debugfs_init()
312 dfs_create_fault_entry(dfs_rootdir); in ubi_debugfs_init()
324 debugfs_remove(dfs_rootdir); in ubi_debugfs_exit()
607 d->dfs_dir = debugfs_create_dir(d->dfs_dir_name, dfs_rootdir); in ubi_debugfs_init_dev()
/linux/fs/ubifs/
H A Ddebug.c2672 static struct dentry *dfs_rootdir; variable
2840 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs()
2971 dfs_rootdir = debugfs_create_dir(fname, NULL); in dbg_debugfs_init()
2974 dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2979 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2983 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2987 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2990 dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2995 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
3003 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_exit()
[all...]