Searched refs:qt_dquot (Results 1 – 3 of 3) sorted by relevance
100 if (oqa[i].qt_dquot == NULL) in xfs_trans_dup_dqinfo()108 nq->qt_dquot = oq->qt_dquot; in xfs_trans_dup_dqinfo()180 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx()181 qa[i].qt_dquot == dqp) in xfs_trans_get_dqtrx()215 if (qtrx->qt_dquot == NULL) in xfs_trans_mod_dquot()216 qtrx->qt_dquot = dqp; in xfs_trans_mod_dquot()292 ASSERT(q[0].qt_dquot != NULL); in xfs_trans_dqlockedjoin()293 if (q[1].qt_dquot == NULL) { in xfs_trans_dqlockedjoin()294 xfs_dqlock(q[0].qt_dquot); in xfs_trans_dqlockedjoin()295 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()[all …]
61 struct xfs_dquot *qt_dquot; /* the dquot this refers to */ member
1028 __entry->dev = qtrx->qt_dquot->q_mount->m_super->s_dev;1029 __entry->type = qtrx->qt_dquot->q_type;1030 __entry->flags = qtrx->qt_dquot->q_flags;1031 __entry->dqid = qtrx->qt_dquot->q_id;