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()285 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx()286 qa[i].qt_dquot == dqp) in xfs_trans_get_dqtrx()323 if (qtrx->qt_dquot == NULL) in xfs_trans_mod_dquot()324 qtrx->qt_dquot = dqp; in xfs_trans_mod_dquot()395 if (q[1].qt_dquot == NULL) { in xfs_trans_dqlockedjoin()396 xfs_dqlock(q[0].qt_dquot); in xfs_trans_dqlockedjoin()399 xfs_dqlock2(q[0].qt_dquot, q[1].qt_dquot); in xfs_trans_dqlockedjoin()405 if (q[i].qt_dquot == NULL) in xfs_trans_dqlockedjoin()[all …]
1509 if (qa->qt_dquot->q_id > qb->qt_dquot->q_id) in xfs_dqtrx_cmp()1511 if (qa->qt_dquot->q_id < qb->qt_dquot->q_id) in xfs_dqtrx_cmp()1525 for (i = 0; i < XFS_QM_TRANS_MAXDQS && q[i].qt_dquot != NULL; i++) { in xfs_dqlockn()1529 ASSERT(q[i].qt_dquot != q[j].qt_dquot); in xfs_dqlockn()1536 mutex_lock(&q[0].qt_dquot->q_qlock); in xfs_dqlockn()1537 for (i = 1; i < XFS_QM_TRANS_MAXDQS && q[i].qt_dquot != NULL; i++) in xfs_dqlockn()1538 mutex_lock_nested(&q[i].qt_dquot->q_qlock, in xfs_dqlockn()
61 struct xfs_dquot *qt_dquot; /* the dquot this refers to */ member
1473 __entry->dev = qtrx->qt_dquot->q_mount->m_super->s_dev;1474 __entry->type = qtrx->qt_dquot->q_type;1475 __entry->flags = qtrx->qt_dquot->q_flags;1476 __entry->dqid = qtrx->qt_dquot->q_id;
Completed in 19 milliseconds