Home
last modified time | relevance | path

Searched refs:xs_stats (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_stats.h170 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->s.v++; \
171 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v++; \
176 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->s.v--; \
177 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v--; \
182 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->s.v += (inc); \
183 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \
188 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->a[off]++; \
189 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]++; \
194 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->a[off]; \
195 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]; \
[all …]
H A Dxfs_stats.c123 0, counter_val(xfsstats.xs_stats, XFSSTAT_END_XQMSTAT), in xqm_proc_show()
124 0, counter_val(xfsstats.xs_stats, XFSSTAT_END_XQMSTAT + 1), in xqm_proc_show()
136 seq_printf(m, " %u", counter_val(xfsstats.xs_stats, j)); in xqmstat_proc_show()
H A Dxfs_super.c1239 free_percpu(mp->m_stats.xs_stats); in xfs_fs_put_super()
1694 mp->m_stats.xs_stats = alloc_percpu(struct xfsstats); in xfs_fs_fill_super()
1695 if (!mp->m_stats.xs_stats) { in xfs_fs_fill_super()
1941 free_percpu(mp->m_stats.xs_stats); in xfs_fs_fill_super()
2597 xfsstats.xs_stats = alloc_percpu(struct xfsstats); in init_xfs_fs()
2598 if (!xfsstats.xs_stats) { in init_xfs_fs()
2639 free_percpu(xfsstats.xs_stats); in init_xfs_fs()
2667 free_percpu(xfsstats.xs_stats); in exit_xfs_fs()
H A Dxfs_linux.h157 struct xfsstats __percpu *xs_stats; member
H A Dxfs_sysctl.c25 xfs_stats_clearall(xfsstats.xs_stats); in xfs_stats_clear_proc_handler()
H A Dxfs_sysfs.c354 return xfs_stats_format(stats->xs_stats, buf); in stats_show()
375 xfs_stats_clearall(stats->xs_stats); in stats_clear_store()