Home
last modified time | relevance | path

Searched refs:d_bcount (Results 1 – 9 of 9) sorted by relevance

/fs/xfs/
Dxfs_trans_dquot.c365 ASSERT(be64_to_cpu(d->d_bcount) >= in xfs_trans_apply_dquot_deltas()
377 be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta); in xfs_trans_apply_dquot_deltas()
471 be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_apply_dquot_deltas()
703 ASSERT(dqp->q_res_bcount >= be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_dqresv()
Dxfs_dquot.c135 (be64_to_cpu(d->d_bcount) > in xfs_qm_adjust_dqtimers()
138 (be64_to_cpu(d->d_bcount) > in xfs_qm_adjust_dqtimers()
147 (be64_to_cpu(d->d_bcount) <= in xfs_qm_adjust_dqtimers()
150 (be64_to_cpu(d->d_bcount) <= in xfs_qm_adjust_dqtimers()
506 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount); in xfs_dquot_from_disk()
Dxfs_qm.h29 !dqp->q_core.d_bcount && \
Dxfs_qm.c866 ddq->d_bcount = 0; in xfs_qm_reset_dqcounts()
1087 be64_add_cpu(&dqp->q_core.d_bcount, nblks); in xfs_qm_quotacheck_dqadjust()
Dxfs_trace.h877 __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount);
/fs/xfs/libxfs/
Dxfs_dquot_buf.c77 be64_to_cpu(ddq->d_bcount) > be64_to_cpu(ddq->d_blk_softlimit) && in xfs_dquot_verify()
Dxfs_format.h1160 __be64 d_bcount; /* disk blocks owned by the user */ member
/fs/xfs/scrub/
Dquota.c147 bcount = be64_to_cpu(d->d_bcount); in xchk_quota_item()
/fs/quota/
Dquota.c492 dst->d_space = quota_bbtob(src->d_bcount); in copy_from_xfs_dqblk()
609 dst->d_bcount = quota_btobb(src->d_space); in copy_to_xfs_dqblk()