Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_qm_bhv.c32 (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()
Dxfs_trans_dquot.c423 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()
Dxfs_dquot.h45 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */ member
138 freesp = be64_to_cpu(dqp->q_core.d_blk_hardlimit) - dqp->q_res_bcount; in xfs_dquot_lowsp()
Dxfs_iomap.c306 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()
Dxfs_qm_syscalls.c629 dst->d_space = XFS_FSB_TO_B(mp, dqp->q_res_bcount); in xfs_qm_scall_getquota_fill_qc()
Dxfs_dquot.c510 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount); in xfs_dquot_from_disk()
Dxfs_qm.c1092 dqp->q_res_bcount += nblks; in xfs_qm_quotacheck_dqadjust()
Dxfs_trace.h858 __entry->res_bcount = dqp->q_res_bcount;