Lines Matching +full:11 +full:mp
136 field_width = 11 * (offsetof(struct xchk_scrub_stats, checktime_us) / in xchk_stats_estimate_bufsize()
224 struct xfs_mount *mp, in xchk_stats_merge() argument
229 xchk_stats_merge_one(mp->m_scrub_stats, sm, run); in xchk_stats_merge()
308 struct xfs_mount *mp) in xchk_stats_init() argument
380 struct xfs_mount *mp) in xchk_mount_stats_alloc() argument
389 error = xchk_stats_init(cs, mp); in xchk_mount_stats_alloc()
393 mp->m_scrub_stats = cs; in xchk_mount_stats_alloc()
403 struct xfs_mount *mp) in xchk_mount_stats_free() argument
405 xchk_stats_teardown(mp->m_scrub_stats); in xchk_mount_stats_free()
406 kvfree(mp->m_scrub_stats); in xchk_mount_stats_free()
407 mp->m_scrub_stats = NULL; in xchk_mount_stats_free()