Home
last modified time | relevance | path

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

/fs/ubifs/
Ddebug.c2646 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 …]