Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_trans_dquot.c505 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
509 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
515 dqp->q_res_rtbcount += in xfs_trans_apply_dquot_deltas()
545 ASSERT(dqp->q_res_rtbcount >= in xfs_trans_apply_dquot_deltas()
611 dqp->q_res_rtbcount -= in xfs_trans_unreserve_and_mod_dquots()
667 resbcountp = &dqp->q_res_rtbcount; in xfs_trans_dqresv()
762 ASSERT(dqp->q_res_rtbcount >= INT_GET(dqp->q_core.d_rtbcount, ARCH_CONVERT)); in xfs_trans_dqresv()
Dxfs_dquot.h97 xfs_qcnt_t q_res_rtbcount;/* total realtime blks used+reserved */ member
Dxfs_dquot.c146 dqp->q_res_rtbcount = 0; in xfs_qm_dqinit()
735 dqp->q_res_rtbcount = INT_GET(ddqp->d_rtbcount, ARCH_CONVERT); in xfs_qm_dqread()
Dxfs_qm.c1705 dqp->q_res_rtbcount += rtblks; in xfs_qm_quotacheck_dqadjust()