Searched refs:t_dqinfo (Results 1 – 4 of 4) sorted by relevance
123 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()127 oqa = otp->t_dqinfo->dqa_usrdquots; in xfs_trans_dup_dqinfo()128 nqa = ntp->t_dqinfo->dqa_usrdquots; in xfs_trans_dup_dqinfo()162 oqa = otp->t_dqinfo->dqa_grpdquots; in xfs_trans_dup_dqinfo()163 nqa = ntp->t_dqinfo->dqa_grpdquots; in xfs_trans_dup_dqinfo()187 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot_byino()234 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()363 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()364 qa = tp->t_dqinfo->dqa_usrdquots; in xfs_trans_apply_dquot_deltas()367 qa = tp->t_dqinfo->dqa_grpdquots; in xfs_trans_apply_dquot_deltas()[all …]
156 (tp)->t_dqinfo->dqa_usrdquots : \157 (tp)->t_dqinfo->dqa_grpdquots)
147 if (tp->t_dqinfo) { in xfs_dir_ialloc()148 dqinfo = (void *)tp->t_dqinfo; in xfs_dir_ialloc()149 tp->t_dqinfo = NULL; in xfs_dir_ialloc()168 tp->t_dqinfo = dqinfo; in xfs_dir_ialloc()187 tp->t_dqinfo = dqinfo; in xfs_dir_ialloc()
873 struct xfs_dquot_acct *t_dqinfo; /* acctg info for dquots */ member