Lines Matching refs:dfs_rootdir
2691 static struct dentry *dfs_rootdir; variable
2879 dent = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs()
3061 dfs_rootdir = dent; in dbg_debugfs_init()
3064 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3071 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3078 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3085 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3092 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3099 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, dfs_rootdir, NULL, in dbg_debugfs_init()
3108 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_init()
3122 debugfs_remove_recursive(dfs_rootdir); in dbg_debugfs_exit()