Home
last modified time | relevance | path

Searched refs:q_res_rtbcount (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_trans_dquot.c451 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
455 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
461 dqp->q_res_rtbcount += in xfs_trans_apply_dquot_deltas()
485 ASSERT(dqp->q_res_rtbcount >= in xfs_trans_apply_dquot_deltas()
547 dqp->q_res_rtbcount -= in xfs_trans_unreserve_and_mod_dquots()
629 resbcountp = &dqp->q_res_rtbcount; in xfs_trans_dqresv()
715 ASSERT(dqp->q_res_rtbcount >= be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_dqresv()
Dxfs_dquot.h47 xfs_qcnt_t q_res_rtbcount;/* total realtime blks used+reserved */ member
Dxfs_qm_syscalls.c639 dst->d_rt_space = XFS_FSB_TO_B(mp, dqp->q_res_rtbcount); in xfs_qm_scall_getquota_fill_qc()
Dxfs_dquot.c512 dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount); in xfs_dquot_from_disk()
Dxfs_qm.c1096 dqp->q_res_rtbcount += rtblks; in xfs_qm_quotacheck_dqadjust()