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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_stats.c46 xfs_Gqm? atomic_read(&xfs_Gqm->qm_totaldquots) : 0,
H A Dxfs_qm.h86 atomic_t qm_totaldquots; /* total incore dquots */ member in struct:xfs_qm
H A Dxfs_qm.c167 atomic_set(&xqm->qm_totaldquots, 0);
2122 ndqused = atomic_read(&xfs_Gqm->qm_totaldquots) - nfree;
2155 if (atomic_read(&xfs_Gqm->qm_totaldquots) >= ndquot) {
2174 atomic_inc(&xfs_Gqm->qm_totaldquots);
H A Dxfs_dquot.c155 atomic_dec(&xfs_Gqm->qm_totaldquots);

Completed in 65 milliseconds