Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_dquot.c76 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()
89 oqa = otp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
90 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
140 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot_byino()
160 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_USR]; in xfs_trans_get_dqtrx()
162 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_GRP]; in xfs_trans_get_dqtrx()
164 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_PRJ]; in xfs_trans_get_dqtrx()
196 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()
320 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()
322 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_apply_dquot_deltas()
[all …]
Dxfs_trans.h122 struct xfs_dquot_acct *t_dqinfo; /* acctg info for dquots */ member
Dxfs_inode.c1020 if (tp->t_dqinfo) { in xfs_dir_ialloc()
1021 dqinfo = (void *)tp->t_dqinfo; in xfs_dir_ialloc()
1022 tp->t_dqinfo = NULL; in xfs_dir_ialloc()
1033 tp->t_dqinfo = dqinfo; in xfs_dir_ialloc()