Searched refs:xfs_Gqm (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_stats.c66 xfs_Gqm? atomic_read(&xfs_Gqm->qm_totaldquots) : 0,
67 xfs_Gqm? xfs_Gqm->qm_dqfree_ratio : 0,
68 xfs_Gqm? xfs_Gqm->qm_dqfreelist.qh_nelems : 0);
H A Dxfs_qm.c60 struct xfs_qm *xfs_Gqm; variable in typeref:struct:xfs_qm
215 * Need to lock the xfs_Gqm structure for things like this. For example,
219 XFS_QM_LOCK(xfs_Gqm);
221 if (xfs_Gqm == NULL)
222 xfs_Gqm = xfs_Gqm_init();
228 XFS_QM_HOLD(xfs_Gqm);
229 XFS_QM_UNLOCK(xfs_Gqm);
246 ASSERT(xfs_Gqm);
247 ASSERT(xfs_Gqm->qm_nrefs > 0);
252 xfs_qm_freelist_lock(xfs_Gqm);
[all...]
H A Dxfs_quota_priv.h84 (xfs_Gqm->qm_dqhashmask - 1))
86 (xfs_Gqm->qm_usr_dqhtable + \
88 (xfs_Gqm->qm_grp_dqhtable + \
H A Dxfs_dquot.c161 kmem_zone_free(xfs_Gqm->qm_dqzone, dqp);
162 atomic_dec(&xfs_Gqm->qm_totaldquots);
814 if (! xfs_qm_freelist_lock_nowait(xfs_Gqm)) {
824 xfs_qm_freelist_lock(xfs_Gqm);
839 xfs_qm_freelist_unlock(xfs_Gqm);
848 /* xfs_qm_freelist_print(&(xfs_Gqm->
860 xfs_qm_freelist_unlock(xfs_Gqm);
1124 if (! xfs_qm_freelist_lock_nowait(xfs_Gqm)) {
1127 xfs_qm_freelist_lock(xfs_Gqm);
1140 XQM_FREELIST_INSERT(&(xfs_Gqm
[all...]
H A Dxfs_qm.h31 extern struct xfs_qm *xfs_Gqm;
H A Dxfs_trans_dquot.c902 (tp)->t_dqinfo = kmem_zone_zalloc(xfs_Gqm->qm_dqtrxzone, KM_SLEEP);
911 kmem_zone_free(xfs_Gqm->qm_dqtrxzone, (tp)->t_dqinfo);

Completed in 76 milliseconds