Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dstats.h20 int __init xchk_global_stats_setup(struct dentry *parent);
48 # define xchk_global_stats_setup(parent) (0) macro
/linux/fs/xfs/
H A Dxfs_super.c2450 error = xchk_global_stats_setup(xfs_debugfs); in init_xfs_fs()