Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/quota/
Dxfs_trans_dquot.c463 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
467 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
473 dqp->q_res_rtbcount += in xfs_trans_apply_dquot_deltas()
497 ASSERT(dqp->q_res_rtbcount >= in xfs_trans_apply_dquot_deltas()
563 dqp->q_res_rtbcount -= in xfs_trans_unreserve_and_mod_dquots()
637 resbcountp = &dqp->q_res_rtbcount; in xfs_trans_dqresv()
729 ASSERT(dqp->q_res_rtbcount >= be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_dqresv()
Dxfs_dquot.h66 xfs_qcnt_t q_res_rtbcount;/* total realtime blks used+reserved */ member
Dxfs_dquot.c120 dqp->q_res_rtbcount = 0; in xfs_qm_dqinit()
607 dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount); in xfs_qm_dqread()
Dxfs_qm.c1492 dqp->q_res_rtbcount += rtblks; in xfs_qm_quotacheck_dqadjust()