Lines Matching refs:qt_dquot
115 if (oqa[i].qt_dquot == NULL) in xfs_trans_dup_dqinfo()
123 nq->qt_dquot = oq->qt_dquot; in xfs_trans_dup_dqinfo()
190 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx()
191 qa[i].qt_dquot == dqp) in xfs_trans_get_dqtrx()
225 if (qtrx->qt_dquot == NULL) in xfs_trans_mod_dquot()
226 qtrx->qt_dquot = dqp; in xfs_trans_mod_dquot()
306 ASSERT(q[0].qt_dquot != NULL); in xfs_trans_dqlockedjoin()
307 if (q[1].qt_dquot == NULL) { in xfs_trans_dqlockedjoin()
308 xfs_dqlock(q[0].qt_dquot); in xfs_trans_dqlockedjoin()
309 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
312 xfs_dqlock2(q[0].qt_dquot, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
313 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
314 xfs_trans_dqjoin(tp, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
344 if (qa[0].qt_dquot == NULL) in xfs_trans_apply_dquot_deltas()
358 if ((dqp = qtrx->qt_dquot) == NULL) in xfs_trans_apply_dquot_deltas()
531 if ((dqp = qtrx->qt_dquot) == NULL) in xfs_trans_unreserve_and_mod_dquots()