Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_stats.h166 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v++; \
172 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v--; \
178 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \
184 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]++; \
190 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]; \
196 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off] += (inc); \
A Dxfs_mount.c674 error = xfs_sysfs_init(&mp->m_stats.xs_kobj, &xfs_stats_ktype, in xfs_mountfs()
1006 xfs_sysfs_del(&mp->m_stats.xs_kobj); in xfs_mountfs()
1076 xfs_sysfs_del(&mp->m_stats.xs_kobj); in xfs_unmountfs()
A Dxfs_super.c1084 free_percpu(mp->m_stats.xs_stats); in xfs_fs_put_super()
1475 mp->m_stats.xs_stats = alloc_percpu(struct xfsstats); in xfs_fs_fill_super()
1476 if (!mp->m_stats.xs_stats) { in xfs_fs_fill_super()
1671 free_percpu(mp->m_stats.xs_stats); in xfs_fs_fill_super()
A Dxfs_mount.h209 struct xstats m_stats; /* per-fs stats */ member

Completed in 12 milliseconds