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()
423 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()427 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()440 dqp->q_res_bcount += in xfs_trans_apply_dquot_deltas()481 ASSERT(dqp->q_res_bcount >= in xfs_trans_apply_dquot_deltas()530 dqp->q_res_bcount -= in xfs_trans_unreserve_and_mod_dquots()617 resbcountp = &dqp->q_res_bcount; in xfs_trans_dqresv()714 ASSERT(dqp->q_res_bcount >= be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_dqresv()
45 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */ member138 freesp = be64_to_cpu(dqp->q_core.d_blk_hardlimit) - dqp->q_res_bcount; in xfs_dquot_lowsp()
306 if (dq->q_res_bcount + alloc_blocks < dq->q_prealloc_lo_wmark) in xfs_quota_need_throttle()325 if (!dq || dq->q_res_bcount >= dq->q_prealloc_hi_wmark) { in xfs_quota_calc_throttle()331 freesp = dq->q_prealloc_hi_wmark - dq->q_res_bcount; in xfs_quota_calc_throttle()
629 dst->d_space = XFS_FSB_TO_B(mp, dqp->q_res_bcount); in xfs_qm_scall_getquota_fill_qc()
510 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount); in xfs_dquot_from_disk()
1092 dqp->q_res_bcount += nblks; in xfs_qm_quotacheck_dqadjust()
858 __entry->res_bcount = dqp->q_res_bcount;