Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_trans_dquot.c82 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()
95 oqa = otp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
96 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
146 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot_byino()
167 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_USR]; in xfs_trans_get_dqtrx()
170 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_GRP]; in xfs_trans_get_dqtrx()
173 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_PRJ]; in xfs_trans_get_dqtrx()
207 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()
357 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()
359 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_apply_dquot_deltas()
[all …]
Dxfs_trans.h136 struct xfs_dquot_acct *t_dqinfo; /* acctg info for dquots */ member
Dxfs_inode.c1022 if (tp->t_dqinfo) { in xfs_dir_ialloc()
1023 dqinfo = (void *)tp->t_dqinfo; in xfs_dir_ialloc()
1024 tp->t_dqinfo = NULL; in xfs_dir_ialloc()
1035 tp->t_dqinfo = dqinfo; in xfs_dir_ialloc()