m_stats           713 fs/xfs/xfs_mount.c 	error = xfs_sysfs_init(&mp->m_stats.xs_kobj, &xfs_stats_ktype,
m_stats          1012 fs/xfs/xfs_mount.c 	xfs_sysfs_del(&mp->m_stats.xs_kobj);
m_stats          1117 fs/xfs/xfs_mount.c 	xfs_sysfs_del(&mp->m_stats.xs_kobj);
m_stats           180 fs/xfs/xfs_mount.h 	struct xstats		m_stats;	/* per-fs stats */
m_stats           165 fs/xfs/xfs_stats.h 	per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v++;	\
m_stats           171 fs/xfs/xfs_stats.h 	per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v--;	\
m_stats           177 fs/xfs/xfs_stats.h 	per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc);	\
m_stats           183 fs/xfs/xfs_stats.h 	per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]++;	\
m_stats           189 fs/xfs/xfs_stats.h 	per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off];	\
m_stats           195 fs/xfs/xfs_stats.h 	per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off] += (inc);	\
m_stats          1635 fs/xfs/xfs_super.c 	mp->m_stats.xs_stats = alloc_percpu(struct xfsstats);
m_stats          1636 fs/xfs/xfs_super.c 	if (!mp->m_stats.xs_stats) {
m_stats          1754 fs/xfs/xfs_super.c 	free_percpu(mp->m_stats.xs_stats);
m_stats          1789 fs/xfs/xfs_super.c 	free_percpu(mp->m_stats.xs_stats);