Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_trans_dquot.c435 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
439 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
452 dqp->q_res_bcount += in xfs_trans_apply_dquot_deltas()
493 ASSERT(dqp->q_res_bcount >= in xfs_trans_apply_dquot_deltas()
546 dqp->q_res_bcount -= in xfs_trans_unreserve_and_mod_dquots()
625 resbcountp = &dqp->q_res_bcount; in xfs_trans_dqresv()
722 ASSERT(dqp->q_res_bcount >= be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_dqresv()
Dxfs_qm_bhv.c53 (statp->f_blocks > dqp->q_res_bcount) ? in xfs_fill_statvfs_from_dquot()
54 (statp->f_blocks - dqp->q_res_bcount) : 0; in xfs_fill_statvfs_from_dquot()
Dxfs_dquot.h51 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */ member
Dxfs_qm_syscalls.c755 dst->d_bcount = XFS_FSB_TO_BB(mp, dqp->q_res_bcount); in xfs_qm_scall_getquota()
Dxfs_dquot.c566 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount); in xfs_qm_dqread()
Dxfs_qm.c1037 dqp->q_res_bcount += nblks; in xfs_qm_quotacheck_dqadjust()
Dxfs_trace.h711 __entry->res_bcount = dqp->q_res_bcount;