qt_dquot           60 fs/xfs/xfs_quota.h 	struct xfs_dquot *qt_dquot;	  /* the dquot this refers to */
qt_dquot           93 fs/xfs/xfs_trans_dquot.c 			if (oqa[i].qt_dquot == NULL)
qt_dquot          101 fs/xfs/xfs_trans_dquot.c 			nq->qt_dquot = oq->qt_dquot;
qt_dquot          168 fs/xfs/xfs_trans_dquot.c 		if (qa[i].qt_dquot == NULL ||
qt_dquot          169 fs/xfs/xfs_trans_dquot.c 		    qa[i].qt_dquot == dqp)
qt_dquot          203 fs/xfs/xfs_trans_dquot.c 	if (qtrx->qt_dquot == NULL)
qt_dquot          204 fs/xfs/xfs_trans_dquot.c 		qtrx->qt_dquot = dqp;
qt_dquot          284 fs/xfs/xfs_trans_dquot.c 	ASSERT(q[0].qt_dquot != NULL);
qt_dquot          285 fs/xfs/xfs_trans_dquot.c 	if (q[1].qt_dquot == NULL) {
qt_dquot          286 fs/xfs/xfs_trans_dquot.c 		xfs_dqlock(q[0].qt_dquot);
qt_dquot          287 fs/xfs/xfs_trans_dquot.c 		xfs_trans_dqjoin(tp, q[0].qt_dquot);
qt_dquot          290 fs/xfs/xfs_trans_dquot.c 		xfs_dqlock2(q[0].qt_dquot, q[1].qt_dquot);
qt_dquot          291 fs/xfs/xfs_trans_dquot.c 		xfs_trans_dqjoin(tp, q[0].qt_dquot);
qt_dquot          292 fs/xfs/xfs_trans_dquot.c 		xfs_trans_dqjoin(tp, q[1].qt_dquot);
qt_dquot          322 fs/xfs/xfs_trans_dquot.c 		if (qa[0].qt_dquot == NULL)
qt_dquot          336 fs/xfs/xfs_trans_dquot.c 			if ((dqp = qtrx->qt_dquot) == NULL)
qt_dquot          508 fs/xfs/xfs_trans_dquot.c 			if ((dqp = qtrx->qt_dquot) == NULL)