Lines Matching refs:t_dqinfo
97 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()
110 oqa = otp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
111 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
161 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot_byino()
181 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_USR]; in xfs_trans_get_dqtrx()
183 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_GRP]; in xfs_trans_get_dqtrx()
185 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_PRJ]; in xfs_trans_get_dqtrx()
217 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()
341 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()
343 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_apply_dquot_deltas()
519 if (!tp->t_dqinfo || !(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_unreserve_and_mod_dquots()
523 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_unreserve_and_mod_dquots()
708 ASSERT(tp->t_dqinfo); in xfs_trans_dqresv()
762 if (tp && tp->t_dqinfo == NULL) in xfs_trans_reserve_quota_bydquots()
882 tp->t_dqinfo = kmem_zone_zalloc(xfs_qm_dqtrxzone, KM_SLEEP); in xfs_trans_alloc_dqinfo()
889 if (!tp->t_dqinfo) in xfs_trans_free_dqinfo()
891 kmem_zone_free(xfs_qm_dqtrxzone, tp->t_dqinfo); in xfs_trans_free_dqinfo()
892 tp->t_dqinfo = NULL; in xfs_trans_free_dqinfo()