Lines Matching refs:t_dqinfo
84 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()
90 oqa = otp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
91 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
268 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_USR]; in xfs_trans_get_dqtrx()
271 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_GRP]; in xfs_trans_get_dqtrx()
274 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_PRJ]; in xfs_trans_get_dqtrx()
311 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()
481 if (!tp->t_dqinfo) in xfs_trans_apply_dquot_deltas()
484 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()
486 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_apply_dquot_deltas()
648 if (!tp->t_dqinfo) in xfs_trans_unreserve_and_mod_dquots()
652 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_unreserve_and_mod_dquots()
1015 tp->t_dqinfo = kmem_cache_zalloc(xfs_dqtrx_cache, in xfs_trans_alloc_dqinfo()
1023 if (!tp->t_dqinfo) in xfs_trans_free_dqinfo()
1025 kmem_cache_free(xfs_dqtrx_cache, tp->t_dqinfo); in xfs_trans_free_dqinfo()
1026 tp->t_dqinfo = NULL; in xfs_trans_free_dqinfo()