Searched refs:qt_dquot (Results 1 – 4 of 4) sorted by relevance
95 if (oqa[i].qt_dquot == NULL) in xfs_trans_dup_dqinfo()103 nq->qt_dquot = oq->qt_dquot; in xfs_trans_dup_dqinfo()281 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx()282 qa[i].qt_dquot == dqp) in xfs_trans_get_dqtrx()319 if (qtrx->qt_dquot == NULL) in xfs_trans_mod_dquot()320 qtrx->qt_dquot = dqp; in xfs_trans_mod_dquot()390 ASSERT(q[0].qt_dquot != NULL); in xfs_trans_dqlockedjoin()391 if (q[1].qt_dquot == NULL) { in xfs_trans_dqlockedjoin()392 xfs_dqlock(q[0].qt_dquot); in xfs_trans_dqlockedjoin()393 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()[all …]
1378 if (qa->qt_dquot->q_id > qb->qt_dquot->q_id) in xfs_dqtrx_cmp()1380 if (qa->qt_dquot->q_id < qb->qt_dquot->q_id) in xfs_dqtrx_cmp()1394 for (i = 0; i < XFS_QM_TRANS_MAXDQS && q[i].qt_dquot != NULL; i++) { in xfs_dqlockn()1398 ASSERT(q[i].qt_dquot != q[j].qt_dquot); in xfs_dqlockn()1405 mutex_lock(&q[0].qt_dquot->q_qlock); in xfs_dqlockn()1406 for (i = 1; i < XFS_QM_TRANS_MAXDQS && q[i].qt_dquot != NULL; i++) in xfs_dqlockn()1407 mutex_lock_nested(&q[i].qt_dquot->q_qlock, in xfs_dqlockn()
61 struct xfs_dquot *qt_dquot; /* the dquot this refers to */ member
1174 __entry->dev = qtrx->qt_dquot->q_mount->m_super->s_dev;1175 __entry->type = qtrx->qt_dquot->q_type;1176 __entry->flags = qtrx->qt_dquot->q_flags;1177 __entry->dqid = qtrx->qt_dquot->q_id;