Searched refs:m_stats (Results 1 – 4 of 4) sorted by relevance
223 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->v++; \229 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->v--; \235 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->v += (inc); \
706 error = xfs_sysfs_init(&mp->m_stats.xs_kobj, &xfs_stats_ktype, in xfs_mountfs()990 xfs_sysfs_del(&mp->m_stats.xs_kobj); in xfs_mountfs()1077 xfs_sysfs_del(&mp->m_stats.xs_kobj); in xfs_unmountfs()
130 struct xstats m_stats; /* per-fs stats */ member
1489 mp->m_stats.xs_stats = alloc_percpu(struct xfsstats); in xfs_fs_fill_super()1490 if (!mp->m_stats.xs_stats) { in xfs_fs_fill_super()1567 free_percpu(mp->m_stats.xs_stats); in xfs_fs_fill_super()1597 free_percpu(mp->m_stats.xs_stats); in xfs_fs_put_super()