Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_stats.h223 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->v++; \
229 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->v--; \
235 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->v += (inc); \
Dxfs_mount.c706 error = xfs_sysfs_init(&mp->m_stats.xs_kobj, &xfs_stats_ktype, in xfs_mountfs()
990 xfs_sysfs_del(&mp->m_stats.xs_kobj); in xfs_mountfs()
1077 xfs_sysfs_del(&mp->m_stats.xs_kobj); in xfs_unmountfs()
Dxfs_mount.h130 struct xstats m_stats; /* per-fs stats */ member
Dxfs_super.c1489 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()