Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dstats.h23 int xchk_mount_stats_alloc(struct xfs_mount *mp);
50 # define xchk_mount_stats_alloc(mp) (0) macro
Dstats.c382 xchk_mount_stats_alloc( in xchk_mount_stats_alloc() function
/linux-6.12.1/fs/xfs/
Dxfs_super.c1577 error = xchk_mount_stats_alloc(mp); in xfs_fs_fill_super()