Searched refs:xs_stats (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/fs/xfs/ |
| D | xfs_stats.h | 222 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->v++; \ 223 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->v++; \ 228 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->v--; \ 229 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->v--; \ 234 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->v += (inc); \ 235 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->v += (inc); \
|
| D | xfs_stats.c | 120 0, counter_val(xfsstats.xs_stats, XFSSTAT_END_XQMSTAT), in xqm_proc_show() 121 0, counter_val(xfsstats.xs_stats, XFSSTAT_END_XQMSTAT + 1)); in xqm_proc_show() 145 seq_printf(m, " %u", counter_val(xfsstats.xs_stats, j)); in xqmstat_proc_show()
|
| D | xfs_sysfs.c | 149 return xfs_stats_format(stats->xs_stats, buf); in stats_show() 170 xfs_stats_clearall(stats->xs_stats); in stats_clear_store()
|
| D | xfs_super.c | 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() 1867 xfsstats.xs_stats = alloc_percpu(struct xfsstats); in init_xfs_fs() 1868 if (!xfsstats.xs_stats) { in init_xfs_fs() 1903 free_percpu(xfsstats.xs_stats); in init_xfs_fs() 1931 free_percpu(xfsstats.xs_stats); in exit_xfs_fs()
|
| D | xfs_sysctl.c | 40 xfs_stats_clearall(xfsstats.xs_stats); in xfs_stats_clear_proc_handler()
|
| D | xfs_linux.h | 175 struct xfsstats __percpu *xs_stats; member
|