Searched refs:xs_stats (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_stats.h | 164 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->s.v++; \ 165 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v++; \ 170 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 += (inc); \ 177 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \ 182 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->a[off]++; \ 183 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]++; \ 188 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->a[off]; \ 189 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]; \ [all …]
|
| D | xfs_stats.c | 114 0, counter_val(xfsstats.xs_stats, XFSSTAT_END_XQMSTAT), in xqm_proc_show() 115 0, counter_val(xfsstats.xs_stats, XFSSTAT_END_XQMSTAT + 1)); in xqm_proc_show() 126 seq_printf(m, " %u", counter_val(xfsstats.xs_stats, j)); in xqmstat_proc_show()
|
| D | xfs_super.c | 1635 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() 2109 xfsstats.xs_stats = alloc_percpu(struct xfsstats); in init_xfs_fs() 2110 if (!xfsstats.xs_stats) { in init_xfs_fs() 2145 free_percpu(xfsstats.xs_stats); in init_xfs_fs() 2173 free_percpu(xfsstats.xs_stats); in exit_xfs_fs()
|
| D | xfs_linux.h | 160 struct xfsstats __percpu *xs_stats; member
|
| D | xfs_sysctl.c | 25 xfs_stats_clearall(xfsstats.xs_stats); in xfs_stats_clear_proc_handler()
|
| D | xfs_sysfs.c | 267 return xfs_stats_format(stats->xs_stats, buf); in stats_show() 288 xfs_stats_clearall(stats->xs_stats); in stats_clear_store()
|