Searched refs:cs_debugfs (Results 1 – 1 of 1) sorted by relevance
48 struct dentry *cs_debugfs; member 335 cs->cs_debugfs = xfs_debugfs_mkdir("scrub", parent); in xchk_stats_register() 336 if (!cs->cs_debugfs) in xchk_stats_register() 339 debugfs_create_file("stats", 0444, cs->cs_debugfs, cs, in xchk_stats_register() 341 debugfs_create_file("clear_stats", 0200, cs->cs_debugfs, cs, in xchk_stats_register() 358 debugfs_remove(cs->cs_debugfs); in xchk_stats_unregister()