Searched refs:q_res_bcount (Results 1 – 8 of 8) sorted by relevance
44 (statp->f_blocks > dqp->q_res_bcount) ? in xfs_fill_statvfs_from_dquot()45 (statp->f_blocks - dqp->q_res_bcount) : 0; in xfs_fill_statvfs_from_dquot()
429 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()433 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()446 dqp->q_res_bcount += in xfs_trans_apply_dquot_deltas()487 ASSERT(dqp->q_res_bcount >= in xfs_trans_apply_dquot_deltas()536 dqp->q_res_bcount -= in xfs_trans_unreserve_and_mod_dquots()616 resbcountp = &dqp->q_res_bcount; in xfs_trans_dqresv()713 ASSERT(dqp->q_res_bcount >= be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_dqresv()
57 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */ member150 freesp = be64_to_cpu(dqp->q_core.d_blk_hardlimit) - dqp->q_res_bcount; in xfs_dquot_lowsp()
383 if (dq->q_res_bcount + alloc_blocks < dq->q_prealloc_lo_wmark) in xfs_quota_need_throttle()402 if (!dq || dq->q_res_bcount >= dq->q_prealloc_hi_wmark) { in xfs_quota_calc_throttle()408 freesp = dq->q_prealloc_hi_wmark - dq->q_res_bcount; in xfs_quota_calc_throttle()
672 dst->d_space = XFS_FSB_TO_B(mp, dqp->q_res_bcount); in xfs_qm_scall_getquota()
647 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount); in xfs_qm_dqread()
1071 dqp->q_res_bcount += nblks; in xfs_qm_quotacheck_dqadjust()
838 __entry->res_bcount = dqp->q_res_bcount;