Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_trans_dquot.c526 dqp->q_res_icount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
531 dqp->q_res_icount += in xfs_trans_apply_dquot_deltas()
543 ASSERT(dqp->q_res_icount >= in xfs_trans_apply_dquot_deltas()
602 dqp->q_res_icount -= in xfs_trans_unreserve_and_mod_dquots()
740 dqp->q_res_icount += (xfs_qcnt_t)ninos; in xfs_trans_dqresv()
763 ASSERT(dqp->q_res_icount >= INT_GET(dqp->q_core.d_icount, ARCH_CONVERT)); in xfs_trans_dqresv()
Dxfs_dquot.h96 xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */ member
Dxfs_dquot.c145 dqp->q_res_icount = 0; in xfs_qm_dqinit()
734 dqp->q_res_icount = INT_GET(ddqp->d_icount, ARCH_CONVERT); in xfs_qm_dqread()
Dxfs_qm.c1698 dqp->q_res_icount++; in xfs_qm_quotacheck_dqadjust()