Lines Matching refs:t_dqinfo
82 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()
95 oqa = otp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
96 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
146 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot_byino()
167 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_USR]; in xfs_trans_get_dqtrx()
170 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_GRP]; in xfs_trans_get_dqtrx()
173 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_PRJ]; in xfs_trans_get_dqtrx()
207 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()
357 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()
359 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_apply_dquot_deltas()
496 if (!tp->t_dqinfo || !(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_unreserve_and_mod_dquots()
500 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_unreserve_and_mod_dquots()
701 ASSERT(tp->t_dqinfo); in xfs_trans_dqresv()
755 if (tp && tp->t_dqinfo == NULL) in xfs_trans_reserve_quota_bydquots()
870 tp->t_dqinfo = kmem_cache_zalloc(xfs_qm_dqtrxzone, in xfs_trans_alloc_dqinfo()
878 if (!tp->t_dqinfo) in xfs_trans_free_dqinfo()
880 kmem_cache_free(xfs_qm_dqtrxzone, tp->t_dqinfo); in xfs_trans_free_dqinfo()
881 tp->t_dqinfo = NULL; in xfs_trans_free_dqinfo()