Searched refs:xqmstats (Results 1 – 4 of 4) sorted by relevance
50 struct xqmstats xqmstats; variable96 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()
26 struct xqmstats { struct37 extern struct xqmstats xqmstats; argument
2030 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()
966 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()