Searched refs:gfs2_root (Results 1 – 1 of 1) sorted by relevance
64 static struct dentry *gfs2_root; variable76 static struct dentry *gfs2_root; variable2052 dent = debugfs_create_dir(sdp->sd_table_name, gfs2_root); in gfs2_create_debugfs_file()2109 gfs2_root = debugfs_create_dir("gfs2", NULL); in gfs2_register_debugfs()2110 if (IS_ERR(gfs2_root)) in gfs2_register_debugfs()2111 return PTR_ERR(gfs2_root); in gfs2_register_debugfs()2112 return gfs2_root ? 0 : -ENOMEM; in gfs2_register_debugfs()2117 debugfs_remove(gfs2_root); in gfs2_unregister_debugfs()2118 gfs2_root = NULL; in gfs2_unregister_debugfs()