Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_trans_dquot.c97 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()
110 oqa = otp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
111 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
161 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot_byino()
181 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_USR]; in xfs_trans_get_dqtrx()
183 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_GRP]; in xfs_trans_get_dqtrx()
185 qa = tp->t_dqinfo->dqs[XFS_QM_TRANS_PRJ]; in xfs_trans_get_dqtrx()
217 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()
341 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()
343 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_apply_dquot_deltas()
[all …]
Dxfs_trans.h106 struct xfs_dquot_acct *t_dqinfo; /* acctg info for dquots */ member
Dxfs_inode.c1023 if (tp->t_dqinfo) { in xfs_dir_ialloc()
1024 dqinfo = (void *)tp->t_dqinfo; in xfs_dir_ialloc()
1025 tp->t_dqinfo = NULL; in xfs_dir_ialloc()
1038 tp->t_dqinfo = dqinfo; in xfs_dir_ialloc()