Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_stats.h171 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--; \
183 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \
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]; \
201 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off] += (inc); \
A Dxfs_sysfs.c780 error = xfs_sysfs_init(&mp->m_stats.xs_kobj, &xfs_stats_ktype, in xfs_mount_sysfs_init()
818 xfs_sysfs_del(&mp->m_stats.xs_kobj); in xfs_mount_sysfs_init()
843 xfs_sysfs_del(&mp->m_stats.xs_kobj); in xfs_mount_sysfs_del()
A Dxfs_super.c1252 free_percpu(mp->m_stats.xs_stats); in xfs_fs_put_super()
1751 mp->m_stats.xs_stats = alloc_percpu(struct xfsstats); in xfs_fs_fill_super()
1752 if (!mp->m_stats.xs_stats) { in xfs_fs_fill_super()
1991 free_percpu(mp->m_stats.xs_stats); in xfs_fs_fill_super()
A Dxfs_mount.h297 struct xstats m_stats; /* per-fs stats */ member

Completed in 15 milliseconds