Searched refs:gfs2_root (Results 1 – 1 of 1) sorted by relevance
60 static struct dentry *gfs2_root; variable72 static struct dentry *gfs2_root; variable1825 sdp->debugfs_dir = debugfs_create_dir(sdp->sd_table_name, gfs2_root); in gfs2_create_debugfs_file()1852 gfs2_root = debugfs_create_dir("gfs2", NULL); in gfs2_register_debugfs()1853 return gfs2_root ? 0 : -ENOMEM; in gfs2_register_debugfs()1858 debugfs_remove(gfs2_root); in gfs2_unregister_debugfs()1859 gfs2_root = NULL; in gfs2_unregister_debugfs()