Lines Matching refs:t_dqinfo
96 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()
109 oqa = otp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
110 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
155 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot_byino()
175 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_USR]; in xfs_trans_get_dqtrx()
177 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_GRP]; in xfs_trans_get_dqtrx()
179 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_PRJ]; in xfs_trans_get_dqtrx()
211 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()
339 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()
341 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_apply_dquot_deltas()
513 if (!tp->t_dqinfo || !(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_unreserve_and_mod_dquots()
517 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_unreserve_and_mod_dquots()
702 ASSERT(tp->t_dqinfo); in xfs_trans_dqresv()
756 if (tp && tp->t_dqinfo == NULL) in xfs_trans_reserve_quota_bydquots()
876 tp->t_dqinfo = kmem_zone_zalloc(xfs_qm_dqtrxzone, KM_SLEEP); in xfs_trans_alloc_dqinfo()
883 if (!tp->t_dqinfo) in xfs_trans_free_dqinfo()
885 kmem_zone_free(xfs_qm_dqtrxzone, tp->t_dqinfo); in xfs_trans_free_dqinfo()
886 tp->t_dqinfo = NULL; in xfs_trans_free_dqinfo()