Lines Matching refs:t_dqinfo
83 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()
89 oqa = otp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
90 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
157 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_USR]; in xfs_trans_get_dqtrx()
160 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_GRP]; in xfs_trans_get_dqtrx()
163 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_PRJ]; in xfs_trans_get_dqtrx()
200 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()
342 if (!tp->t_dqinfo) in xfs_trans_apply_dquot_deltas()
345 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()
347 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_apply_dquot_deltas()
484 if (!tp->t_dqinfo) in xfs_trans_unreserve_and_mod_dquots()
488 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_unreserve_and_mod_dquots()
847 tp->t_dqinfo = kmem_cache_zalloc(xfs_dqtrx_cache, in xfs_trans_alloc_dqinfo()
855 if (!tp->t_dqinfo) in xfs_trans_free_dqinfo()
857 kmem_cache_free(xfs_dqtrx_cache, tp->t_dqinfo); in xfs_trans_free_dqinfo()
858 tp->t_dqinfo = NULL; in xfs_trans_free_dqinfo()