Lines Matching refs:qt_dquot
103 if (oqa[i].qt_dquot == NULL) in xfs_trans_dup_dqinfo()
111 nq->qt_dquot = oq->qt_dquot; in xfs_trans_dup_dqinfo()
178 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx()
179 qa[i].qt_dquot == dqp) in xfs_trans_get_dqtrx()
213 if (qtrx->qt_dquot == NULL) in xfs_trans_mod_dquot()
214 qtrx->qt_dquot = dqp; in xfs_trans_mod_dquot()
294 ASSERT(q[0].qt_dquot != NULL); in xfs_trans_dqlockedjoin()
295 if (q[1].qt_dquot == NULL) { in xfs_trans_dqlockedjoin()
296 xfs_dqlock(q[0].qt_dquot); in xfs_trans_dqlockedjoin()
297 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
300 xfs_dqlock2(q[0].qt_dquot, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
301 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
302 xfs_trans_dqjoin(tp, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
332 if (qa[0].qt_dquot == NULL) in xfs_trans_apply_dquot_deltas()
346 if ((dqp = qtrx->qt_dquot) == NULL) in xfs_trans_apply_dquot_deltas()
519 if ((dqp = qtrx->qt_dquot) == NULL) in xfs_trans_unreserve_and_mod_dquots()