Home
last modified time | relevance | path

Searched refs:q_gdquot (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm.c584 if ((gdqp = dqp->q_gdquot)) { in xfs_qm_detach_gdquots()
586 dqp->q_gdquot = NULL; in xfs_qm_detach_gdquots()
752 (dqp = udqhint->q_gdquot) && in xfs_qm_dqattach_one()
850 if ((tmp = udq->q_gdquot)) { in xfs_qm_dqattach_grouphint()
857 udq->q_gdquot = NULL; in xfs_qm_dqattach_grouphint()
888 if (udq->q_gdquot == NULL) { in xfs_qm_dqattach_grouphint()
890 udq->q_gdquot = gdq; in xfs_qm_dqattach_grouphint()
969 if (ip->i_udquot->q_gdquot == ip->i_gdquot) in xfs_qm_dqattach()
Dxfs_dquot.h92 struct xfs_dquot*q_gdquot; /* group dquot, hint only */ member
Dxfs_dquot.c143 dqp->q_gdquot = NULL; in xfs_qm_dqinit()
1202 if ((gdqp = dqp->q_gdquot)) { in xfs_qm_dqput()
1207 dqp->q_gdquot = NULL; in xfs_qm_dqput()