Lines Matching refs:t_dqinfo
143 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()
147 oqa = otp->t_dqinfo->dqa_usrdquots; in xfs_trans_dup_dqinfo()
148 nqa = ntp->t_dqinfo->dqa_usrdquots; in xfs_trans_dup_dqinfo()
182 oqa = otp->t_dqinfo->dqa_grpdquots; in xfs_trans_dup_dqinfo()
183 nqa = ntp->t_dqinfo->dqa_grpdquots; in xfs_trans_dup_dqinfo()
207 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot_byino()
256 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()
385 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()
386 qa = tp->t_dqinfo->dqa_usrdquots; in xfs_trans_apply_dquot_deltas()
389 qa = tp->t_dqinfo->dqa_grpdquots; in xfs_trans_apply_dquot_deltas()
551 qa = tp->t_dqinfo->dqa_grpdquots; in xfs_trans_apply_dquot_deltas()
571 if (!tp->t_dqinfo || !(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_unreserve_and_mod_dquots()
574 qa = tp->t_dqinfo->dqa_usrdquots; in xfs_trans_unreserve_and_mod_dquots()
618 qa = tp->t_dqinfo->dqa_grpdquots; in xfs_trans_unreserve_and_mod_dquots()
750 ASSERT(tp->t_dqinfo); in xfs_trans_dqresv()
800 if (tp && tp->t_dqinfo == NULL) in xfs_trans_reserve_quota_bydquots()
920 (tp)->t_dqinfo = kmem_zone_zalloc(xfs_Gqm->qm_dqtrxzone, KM_SLEEP); in xfs_trans_alloc_dqinfo()
927 if (!tp->t_dqinfo) in xfs_trans_free_dqinfo()
929 kmem_zone_free(xfs_Gqm->qm_dqtrxzone, (tp)->t_dqinfo); in xfs_trans_free_dqinfo()
930 (tp)->t_dqinfo = NULL; in xfs_trans_free_dqinfo()