Lines Matching +full:11 +full:mp
143 field_width = 11 * (offsetof(struct xchk_scrub_stats, checktime_us) / in xchk_stats_estimate_bufsize()
231 struct xfs_mount *mp, in xchk_stats_merge() argument
236 xchk_stats_merge_one(mp->m_scrub_stats, sm, run); in xchk_stats_merge()
315 struct xfs_mount *mp) in xchk_stats_init() argument
387 struct xfs_mount *mp) in xchk_mount_stats_alloc() argument
396 error = xchk_stats_init(cs, mp); in xchk_mount_stats_alloc()
400 mp->m_scrub_stats = cs; in xchk_mount_stats_alloc()
410 struct xfs_mount *mp) in xchk_mount_stats_free() argument
412 xchk_stats_teardown(mp->m_scrub_stats); in xchk_mount_stats_free()
413 kvfree(mp->m_scrub_stats); in xchk_mount_stats_free()
414 mp->m_scrub_stats = NULL; in xchk_mount_stats_free()