Searched refs:dfs_rootdir (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/mtd/ubi/ |
D | debug.c | 215 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()
|
/external/u-boot/fs/ubifs/ |
D | debug.c | 2690 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 …]
|