Home
last modified time | relevance | path

Searched refs:m_stats (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_stats.h165 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v++; \
171 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v--; \
177 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \
183 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]++; \
189 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]; \
195 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off] += (inc); \
Dxfs_mount.c713 error = xfs_sysfs_init(&mp->m_stats.xs_kobj, &xfs_stats_ktype, in xfs_mountfs()
1012 xfs_sysfs_del(&mp->m_stats.xs_kobj); in xfs_mountfs()
1117 xfs_sysfs_del(&mp->m_stats.xs_kobj); in xfs_unmountfs()
Dxfs_mount.h180 struct xstats m_stats; /* per-fs stats */ member
Dxfs_super.c1635 mp->m_stats.xs_stats = alloc_percpu(struct xfsstats); in xfs_fs_fill_super()
1636 if (!mp->m_stats.xs_stats) { in xfs_fs_fill_super()
1754 free_percpu(mp->m_stats.xs_stats); in xfs_fs_fill_super()
1789 free_percpu(mp->m_stats.xs_stats); in xfs_fs_put_super()