Searched refs:q_res_bcount (Results 1 – 8 of 8) sorted by relevance
32 (statp->f_blocks > dqp->q_res_bcount) ? in xfs_fill_statvfs_from_dquot()33 (statp->f_blocks - dqp->q_res_bcount) : 0; in xfs_fill_statvfs_from_dquot()
412 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()416 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()429 dqp->q_res_bcount += in xfs_trans_apply_dquot_deltas()470 ASSERT(dqp->q_res_bcount >= in xfs_trans_apply_dquot_deltas()519 dqp->q_res_bcount -= in xfs_trans_unreserve_and_mod_dquots()606 resbcountp = &dqp->q_res_bcount; in xfs_trans_dqresv()703 ASSERT(dqp->q_res_bcount >= be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_dqresv()
44 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */ member137 freesp = be64_to_cpu(dqp->q_core.d_blk_hardlimit) - dqp->q_res_bcount; in xfs_dquot_lowsp()
330 if (dq->q_res_bcount + alloc_blocks < dq->q_prealloc_lo_wmark) in xfs_quota_need_throttle()349 if (!dq || dq->q_res_bcount >= dq->q_prealloc_hi_wmark) { in xfs_quota_calc_throttle()355 freesp = dq->q_prealloc_hi_wmark - dq->q_res_bcount; in xfs_quota_calc_throttle()
624 dst->d_space = XFS_FSB_TO_B(mp, dqp->q_res_bcount); in xfs_qm_scall_getquota_fill_qc()
506 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount); in xfs_dquot_from_disk()
1088 dqp->q_res_bcount += nblks; in xfs_qm_quotacheck_dqadjust()
876 __entry->res_bcount = dqp->q_res_bcount;