Searched refs:gfs2_root (Results 1 – 1 of 1) sorted by relevance
65 static struct dentry *gfs2_root; variable2137 dent = debugfs_create_dir(sdp->sd_table_name, gfs2_root); in gfs2_create_debugfs_file()2194 gfs2_root = debugfs_create_dir("gfs2", NULL); in gfs2_register_debugfs()2195 if (IS_ERR(gfs2_root)) in gfs2_register_debugfs()2196 return PTR_ERR(gfs2_root); in gfs2_register_debugfs()2197 return gfs2_root ? 0 : -ENOMEM; in gfs2_register_debugfs()2202 debugfs_remove(gfs2_root); in gfs2_unregister_debugfs()2203 gfs2_root = NULL; in gfs2_unregister_debugfs()