Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_trans_dquot.c477 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
481 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
494 dqp->q_res_bcount += in xfs_trans_apply_dquot_deltas()
541 ASSERT(dqp->q_res_bcount >= in xfs_trans_apply_dquot_deltas()
594 dqp->q_res_bcount -= in xfs_trans_unreserve_and_mod_dquots()
657 resbcountp = &dqp->q_res_bcount; in xfs_trans_dqresv()
761 ASSERT(dqp->q_res_bcount >= INT_GET(dqp->q_core.d_bcount, ARCH_CONVERT)); in xfs_trans_dqresv()
Dxfs_dquot.h95 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */ member
Dxfs_dquot.c144 dqp->q_res_bcount = 0; in xfs_qm_dqinit()
229 (void *)(__psint_t)dqp->q_res_bcount, in __xfs_dqtrace_entry()
733 dqp->q_res_bcount = INT_GET(ddqp->d_bcount, ARCH_CONVERT); in xfs_qm_dqread()
Dxfs_qm.c1701 dqp->q_res_bcount += nblks; in xfs_qm_quotacheck_dqadjust()