Home
last modified time | relevance | path

Searched refs:qt_dquot (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_trans_dquot.c94 if (oqa[i].qt_dquot == NULL) in xfs_trans_dup_dqinfo()
102 nq->qt_dquot = oq->qt_dquot; in xfs_trans_dup_dqinfo()
170 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx()
171 qa[i].qt_dquot == dqp) in xfs_trans_get_dqtrx()
208 if (qtrx->qt_dquot == NULL) in xfs_trans_mod_dquot()
209 qtrx->qt_dquot = dqp; in xfs_trans_mod_dquot()
280 ASSERT(q[0].qt_dquot != NULL); in xfs_trans_dqlockedjoin()
281 if (q[1].qt_dquot == NULL) { in xfs_trans_dqlockedjoin()
282 xfs_dqlock(q[0].qt_dquot); in xfs_trans_dqlockedjoin()
286 xfs_dqlock2(q[0].qt_dquot, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
[all …]
H A Dxfs_quota.h61 struct xfs_dquot *qt_dquot; /* the dquot this refers to */ member
H A Dxfs_trace.h1160 __entry->dev = qtrx->qt_dquot->q_mount->m_super->s_dev;
1161 __entry->type = qtrx->qt_dquot->q_type;
1162 __entry->flags = qtrx->qt_dquot->q_flags;
1163 __entry->dqid = qtrx->qt_dquot->q_id;