Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_trans_dquot.c159 if (oqa[i].qt_dquot == NULL) in xfs_trans_dup_dqinfo()
164 nq->qt_dquot = oq->qt_dquot; in xfs_trans_dup_dqinfo()
229 if (qa[i].qt_dquot == NULL || in xfs_trans_get_dqtrx()
230 qa[i].qt_dquot == dqp) { in xfs_trans_get_dqtrx()
264 if (qtrx->qt_dquot == NULL) in xfs_trans_mod_dquot()
265 qtrx->qt_dquot = dqp; in xfs_trans_mod_dquot()
350 ASSERT(q[0].qt_dquot != NULL); in xfs_trans_dqlockedjoin()
351 if (q[1].qt_dquot == NULL) { in xfs_trans_dqlockedjoin()
352 xfs_dqlock(q[0].qt_dquot); in xfs_trans_dqlockedjoin()
353 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
[all …]
/linux-2.4.37.9/fs/xfs/
Dxfs_quota.h271 struct xfs_dquot *qt_dquot; /* the dquot this refers to */ member