Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/quota/
Dxfs_qm_stats.c46 xfs_Gqm? atomic_read(&xfs_Gqm->qm_totaldquots) : 0, in xqm_proc_show()
Dxfs_qm.h81 atomic_t qm_totaldquots; /* total incore dquots */ member
Dxfs_qm.c165 atomic_set(&xqm->qm_totaldquots, 0); in xfs_Gqm_init()
2024 ndqused = atomic_read(&xfs_Gqm->qm_totaldquots) - nfree; in xfs_qm_shake()
2057 if (atomic_read(&xfs_Gqm->qm_totaldquots) >= ndquot) { in xfs_qm_dqalloc_incore()
2081 atomic_inc(&xfs_Gqm->qm_totaldquots); in xfs_qm_dqalloc_incore()
Dxfs_dquot.c154 atomic_dec(&xfs_Gqm->qm_totaldquots); in xfs_qm_dqdestroy()