Searched refs:dfs_rootdir (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/mtd/ubi/ |
A D | debug.c | 218 static struct dentry *dfs_rootdir; variable 231 dfs_rootdir = debugfs_create_dir("ubi", NULL); in ubi_debugfs_init() 232 if (IS_ERR_OR_NULL(dfs_rootdir)) { in ubi_debugfs_init() 233 int err = dfs_rootdir ? -ENODEV : PTR_ERR(dfs_rootdir); in ubi_debugfs_init() 249 debugfs_remove(dfs_rootdir); in ubi_debugfs_exit() 419 dent = debugfs_create_dir(fname, dfs_rootdir); in ubi_debugfs_init_dev()
|
/u-boot/fs/ubifs/ |
A D | debug.c | 2692 static struct dentry *dfs_rootdir; variable 2880 dent = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs() 3062 dfs_rootdir = dent; in dbg_debugfs_init() 3065 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3072 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3079 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3086 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3093 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3100 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3109 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_init() [all …]
|
Completed in 8 milliseconds