Home
last modified time | relevance | path

Searched refs:t_dqinfo (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_trans_dquot.c143 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 …]
Dxfs_quota_priv.h174 (tp)->t_dqinfo->dqa_usrdquots : \
175 (tp)->t_dqinfo->dqa_grpdquots)
/linux-2.4.37.9/fs/xfs/
Dxfs_utils.c236 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()
Dxfs_trans.h385 struct xfs_dquot_acct *t_dqinfo; /* accting info for dquots */ member