Lines Matching refs:qt_dquot
94 if (oqa[i].qt_dquot == NULL) in xfs_trans_dup_dqinfo()
102 nq->qt_dquot = oq->qt_dquot; in xfs_trans_dup_dqinfo()
169 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx()
170 qa[i].qt_dquot == dqp) in xfs_trans_get_dqtrx()
204 if (qtrx->qt_dquot == NULL) in xfs_trans_mod_dquot()
205 qtrx->qt_dquot = dqp; in xfs_trans_mod_dquot()
285 ASSERT(q[0].qt_dquot != NULL); in xfs_trans_dqlockedjoin()
286 if (q[1].qt_dquot == NULL) { in xfs_trans_dqlockedjoin()
287 xfs_dqlock(q[0].qt_dquot); in xfs_trans_dqlockedjoin()
288 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
291 xfs_dqlock2(q[0].qt_dquot, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
292 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
293 xfs_trans_dqjoin(tp, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
323 if (qa[0].qt_dquot == NULL) in xfs_trans_apply_dquot_deltas()
337 if ((dqp = qtrx->qt_dquot) == NULL) in xfs_trans_apply_dquot_deltas()
509 if ((dqp = qtrx->qt_dquot) == NULL) in xfs_trans_unreserve_and_mod_dquots()