Lines Matching +full:11 +full:mp
139 field_width = 11 * (offsetof(struct xchk_scrub_stats, checktime_us) / in xchk_stats_estimate_bufsize()
227 struct xfs_mount *mp, in xchk_stats_merge() argument
232 xchk_stats_merge_one(mp->m_scrub_stats, sm, run); in xchk_stats_merge()
311 struct xfs_mount *mp) in xchk_stats_init() argument
383 struct xfs_mount *mp) in xchk_mount_stats_alloc() argument
392 error = xchk_stats_init(cs, mp); in xchk_mount_stats_alloc()
396 mp->m_scrub_stats = cs; in xchk_mount_stats_alloc()
406 struct xfs_mount *mp) in xchk_mount_stats_free() argument
408 xchk_stats_teardown(mp->m_scrub_stats); in xchk_mount_stats_free()
409 kvfree(mp->m_scrub_stats); in xchk_mount_stats_free()
410 mp->m_scrub_stats = NULL; in xchk_mount_stats_free()