Searched refs:t_dqinfo (Results 1 – 4 of 4) sorted by relevance
143 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()147 oqa = otp->t_dqinfo->dqa_usrdquots; in xfs_trans_dup_dqinfo()148 nqa = ntp->t_dqinfo->dqa_usrdquots; in xfs_trans_dup_dqinfo()182 oqa = otp->t_dqinfo->dqa_grpdquots; in xfs_trans_dup_dqinfo()183 nqa = ntp->t_dqinfo->dqa_grpdquots; in xfs_trans_dup_dqinfo()207 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot_byino()256 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()385 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()386 qa = tp->t_dqinfo->dqa_usrdquots; in xfs_trans_apply_dquot_deltas()389 qa = tp->t_dqinfo->dqa_grpdquots; in xfs_trans_apply_dquot_deltas()[all …]
174 (tp)->t_dqinfo->dqa_usrdquots : \175 (tp)->t_dqinfo->dqa_grpdquots)
236 if (tp->t_dqinfo) { in xfs_dir_ialloc()237 dqinfo = (void *)tp->t_dqinfo; in xfs_dir_ialloc()238 tp->t_dqinfo = NULL; in xfs_dir_ialloc()257 tp->t_dqinfo = dqinfo; in xfs_dir_ialloc()270 tp->t_dqinfo = dqinfo; in xfs_dir_ialloc()
385 struct xfs_dquot_acct *t_dqinfo; /* accting info for dquots */ member