Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_trans_dquot.c84 if (!otp->t_dqinfo) in xfs_trans_dup_dqinfo()
90 oqa = otp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
91 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
315 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot()
485 if (!tp->t_dqinfo) in xfs_trans_apply_dquot_deltas()
488 ASSERT(tp->t_dqinfo); in xfs_trans_apply_dquot_deltas()
490 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_apply_dquot_deltas()
671 if (!tp->t_dqinfo) in xfs_trans_unreserve_and_mod_dquots()
675 qa = tp->t_dqinfo->dqs[j]; in xfs_trans_unreserve_and_mod_dquots()
1050 if (!tp->t_dqinfo) in xfs_trans_free_dqinfo()
[all …]
A Dxfs_trans.h134 struct xfs_dquot_acct *t_dqinfo; /* acctg info for dquots */ member
/fs/xfs/libxfs/
A Dxfs_ialloc.c1702 dqinfo = tp->t_dqinfo; in xfs_dialloc_roll()
1703 tp->t_dqinfo = NULL; in xfs_dialloc_roll()
1708 tp->t_dqinfo = dqinfo; in xfs_dialloc_roll()

Completed in 19 milliseconds