Searched refs:q_res_bcount (Results 1 – 7 of 7) sorted by relevance
435 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()439 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()452 dqp->q_res_bcount += in xfs_trans_apply_dquot_deltas()493 ASSERT(dqp->q_res_bcount >= in xfs_trans_apply_dquot_deltas()546 dqp->q_res_bcount -= in xfs_trans_unreserve_and_mod_dquots()625 resbcountp = &dqp->q_res_bcount; in xfs_trans_dqresv()722 ASSERT(dqp->q_res_bcount >= be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_dqresv()
53 (statp->f_blocks > dqp->q_res_bcount) ? in xfs_fill_statvfs_from_dquot()54 (statp->f_blocks - dqp->q_res_bcount) : 0; in xfs_fill_statvfs_from_dquot()
51 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */ member
755 dst->d_bcount = XFS_FSB_TO_BB(mp, dqp->q_res_bcount); in xfs_qm_scall_getquota()
566 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount); in xfs_qm_dqread()
1037 dqp->q_res_bcount += nblks; in xfs_qm_quotacheck_dqadjust()
711 __entry->res_bcount = dqp->q_res_bcount;