Lines Matching refs:qt_dquot
159 if (oqa[i].qt_dquot == NULL) in xfs_trans_dup_dqinfo()
164 nq->qt_dquot = oq->qt_dquot; in xfs_trans_dup_dqinfo()
229 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx()
230 qa[i].qt_dquot == dqp) { in xfs_trans_get_dqtrx()
264 if (qtrx->qt_dquot == NULL) in xfs_trans_mod_dquot()
265 qtrx->qt_dquot = dqp; in xfs_trans_mod_dquot()
350 ASSERT(q[0].qt_dquot != NULL); in xfs_trans_dqlockedjoin()
351 if (q[1].qt_dquot == NULL) { in xfs_trans_dqlockedjoin()
352 xfs_dqlock(q[0].qt_dquot); in xfs_trans_dqlockedjoin()
353 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
356 xfs_dqlock2(q[0].qt_dquot, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
357 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
358 xfs_trans_dqjoin(tp, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
388 if (qa[0].qt_dquot == NULL) { in xfs_trans_apply_dquot_deltas()
404 if ((dqp = qtrx->qt_dquot) == NULL) in xfs_trans_apply_dquot_deltas()
583 if ((dqp = qtrx->qt_dquot) == NULL) in xfs_trans_unreserve_and_mod_dquots()