Searched refs:qm_totaldquots (Results 1 – 4 of 4) sorted by relevance
46 xfs_Gqm? atomic_read(&xfs_Gqm->qm_totaldquots) : 0, in xqm_proc_show()
81 atomic_t qm_totaldquots; /* total incore dquots */ member
165 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()
154 atomic_dec(&xfs_Gqm->qm_totaldquots); in xfs_qm_dqdestroy()