Searched refs:dfs_rootdir (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/mtd/ubi/ |
D | debug.c | 224 static struct dentry *dfs_rootdir; variable 237 dfs_rootdir = debugfs_create_dir("ubi", NULL); in ubi_debugfs_init() 238 if (IS_ERR_OR_NULL(dfs_rootdir)) { in ubi_debugfs_init() 239 int err = dfs_rootdir ? PTR_ERR(dfs_rootdir) : -ENODEV; in ubi_debugfs_init() 255 debugfs_remove(dfs_rootdir); in ubi_debugfs_exit() 425 dent = debugfs_create_dir(fname, dfs_rootdir); in ubi_debugfs_init_dev()
|
/linux-4.4.14/fs/ubifs/ |
D | debug.c | 2646 static struct dentry *dfs_rootdir; variable 2834 dent = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs() 3016 dfs_rootdir = dent; in dbg_debugfs_init() 3019 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3026 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3033 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3040 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3047 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3054 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init() 3063 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_init() [all …]
|