Lines Matching refs:dfs_rootdir
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()
3123 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_exit()