Home
last modified time | relevance | path

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

/fs/xfs/quota/
Dxfs_qm_stats.c50 struct xqmstats xqmstats; variable
96 xqmstats.xs_qm_dqreclaims, in xfs_qm_read_stats()
97 xqmstats.xs_qm_dqreclaim_misses, in xfs_qm_read_stats()
98 xqmstats.xs_qm_dquot_dups, in xfs_qm_read_stats()
99 xqmstats.xs_qm_dqcachemisses, in xfs_qm_read_stats()
100 xqmstats.xs_qm_dqcachehits, in xfs_qm_read_stats()
101 xqmstats.xs_qm_dqwants, in xfs_qm_read_stats()
102 xqmstats.xs_qm_dqshake_reclaims, in xfs_qm_read_stats()
103 xqmstats.xs_qm_dqinact_reclaims); in xfs_qm_read_stats()
Dxfs_qm_stats.h26 struct xqmstats { struct
37 extern struct xqmstats xqmstats; argument
Dxfs_qm.c2030 XQM_STATS_INC(xqmstats.xs_qm_dqwants); in xfs_qm_shake_freelist()
2044 XQM_STATS_INC(xqmstats.xs_qm_dqinact_reclaims); in xfs_qm_shake_freelist()
2129 XQM_STATS_INC(xqmstats.xs_qm_dqshake_reclaims); in xfs_qm_shake_freelist()
2204 XQM_STATS_INC(xqmstats.xs_qm_dqwants); in xfs_qm_dqreclaim_one()
2221 XQM_STATS_INC(xqmstats.xs_qm_dqinact_reclaims); in xfs_qm_dqreclaim_one()
2312 XQM_STATS_INC(xqmstats.xs_qm_dqreclaims); in xfs_qm_dqalloc_incore()
2322 XQM_STATS_INC(xqmstats.xs_qm_dqreclaim_misses); in xfs_qm_dqalloc_incore()
Dxfs_dquot.c966 XQM_STATS_INC(xqmstats.xs_qm_dqcachehits); in xfs_qm_dqget()
978 XQM_STATS_INC(xqmstats.xs_qm_dqcachemisses); in xfs_qm_dqget()
1077 XQM_STATS_INC(xqmstats.xs_qm_dquot_dups); in xfs_qm_dqget()