Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_stats.c85 xfs_Gqm? atomic_read(&xfs_Gqm->qm_totaldquots) : 0, in xfs_qm_read_xfsquota()
Dxfs_qm.h115 atomic_t qm_totaldquots; /* total incore dquots */ member
Dxfs_qm.c175 atomic_set(&xqm->qm_totaldquots, 0); in xfs_Gqm_init()
2227 ndqused = atomic_read(&xfs_Gqm->qm_totaldquots) - nfree; in xfs_qm_shake()
2375 if (atomic_read(&xfs_Gqm->qm_totaldquots) >= ndquot) { in xfs_qm_dqalloc_incore()
2399 atomic_inc(&xfs_Gqm->qm_totaldquots); in xfs_qm_dqalloc_incore()
Dxfs_dquot.c182 atomic_dec(&xfs_Gqm->qm_totaldquots); in xfs_qm_dqdestroy()