Searched refs:gfs2_root (Results 1 – 1 of 1) sorted by relevance
64 static struct dentry *gfs2_root; variable1977 dent = debugfs_create_dir(sdp->sd_table_name, gfs2_root); in gfs2_create_debugfs_file()2034 gfs2_root = debugfs_create_dir("gfs2", NULL); in gfs2_register_debugfs()2035 if (IS_ERR(gfs2_root)) in gfs2_register_debugfs()2036 return PTR_ERR(gfs2_root); in gfs2_register_debugfs()2037 return gfs2_root ? 0 : -ENOMEM; in gfs2_register_debugfs()2042 debugfs_remove(gfs2_root); in gfs2_unregister_debugfs()2043 gfs2_root = NULL; in gfs2_unregister_debugfs()