Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/quota/
Dxfs_qm.c743 xfs_dquot_t *udq, in xfs_qm_dqattach_grouphint() argument
748 xfs_dqlock(udq); in xfs_qm_dqattach_grouphint()
750 if ((tmp = udq->q_gdquot)) { in xfs_qm_dqattach_grouphint()
752 xfs_dqunlock(udq); in xfs_qm_dqattach_grouphint()
756 udq->q_gdquot = NULL; in xfs_qm_dqattach_grouphint()
761 xfs_dqunlock(udq); in xfs_qm_dqattach_grouphint()
769 xfs_dqlock(udq); in xfs_qm_dqattach_grouphint()
773 ASSERT(XFS_DQ_IS_LOCKED(udq)); in xfs_qm_dqattach_grouphint()
777 ASSERT(XFS_DQ_IS_LOCKED(udq)); in xfs_qm_dqattach_grouphint()
783 if (udq->q_gdquot == NULL) { in xfs_qm_dqattach_grouphint()
[all …]