Home
last modified time | relevance | path

Searched refs:cs_debugfs (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/scrub/
H A Dstats.c48 struct dentry *cs_debugfs; member
328 cs->cs_debugfs = xfs_debugfs_mkdir("scrub", parent); in xchk_stats_register()
329 if (!cs->cs_debugfs) in xchk_stats_register()
332 debugfs_create_file("stats", 0444, cs->cs_debugfs, cs, in xchk_stats_register()
334 debugfs_create_file("clear_stats", 0200, cs->cs_debugfs, cs, in xchk_stats_register()
351 debugfs_remove(cs->cs_debugfs); in xchk_stats_unregister()