Home
last modified time | relevance | path

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

/fs/ubifs/
Ddebug.c2644 static struct dentry *dfs_rootdir; variable
2825 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs()
2957 dfs_rootdir = debugfs_create_dir(fname, NULL); in dbg_debugfs_init()
2960 dfs_chk_gen = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2965 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2969 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2973 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2976 dfs_chk_fs = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, in dbg_debugfs_init()
2981 dfs_rootdir, NULL, &dfs_global_fops); in dbg_debugfs_init()
2989 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_exit()