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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_stats.c66 xfs_Gqm? atomic_read(&xfs_Gqm->qm_totaldquots) : 0,
H A Dxfs_qm.h95 atomic_t qm_totaldquots; /* total incore dquots */ member in struct:xfs_qm
H A Dxfs_qm.c165 atomic_set(&xqm->qm_totaldquots, 0);
2207 ndqused = atomic_read(&xfs_Gqm->qm_totaldquots) - nfree;
2355 if (atomic_read(&xfs_Gqm->qm_totaldquots) >= ndquot) {
2374 atomic_inc(&xfs_Gqm->qm_totaldquots);
H A Dxfs_dquot.c162 atomic_dec(&xfs_Gqm->qm_totaldquots);

Completed in 56 milliseconds