Home
last modified time | relevance | path

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

/fs/xfs/quota/
Dxfs_trans_dquot.c123 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 …]
Dxfs_quota_priv.h156 (tp)->t_dqinfo->dqa_usrdquots : \
157 (tp)->t_dqinfo->dqa_grpdquots)
/fs/xfs/
Dxfs_utils.c147 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()
Dxfs_trans.h873 struct xfs_dquot_acct *t_dqinfo; /* acctg info for dquots */ member