Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_trans_dquot.c93 if (oqa[i].qt_dquot == NULL) in xfs_trans_dup_dqinfo()
101 nq->qt_dquot = oq->qt_dquot; in xfs_trans_dup_dqinfo()
168 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx()
169 qa[i].qt_dquot == dqp) in xfs_trans_get_dqtrx()
203 if (qtrx->qt_dquot == NULL) in xfs_trans_mod_dquot()
204 qtrx->qt_dquot = dqp; in xfs_trans_mod_dquot()
284 ASSERT(q[0].qt_dquot != NULL); in xfs_trans_dqlockedjoin()
285 if (q[1].qt_dquot == NULL) { in xfs_trans_dqlockedjoin()
286 xfs_dqlock(q[0].qt_dquot); in xfs_trans_dqlockedjoin()
287 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
[all …]
Dxfs_quota.h60 struct xfs_dquot *qt_dquot; /* the dquot this refers to */ member