Home
last modified time | relevance | path

Searched refs:d_icount (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_trans_dquot.c373 ASSERT(be64_to_cpu(d->d_icount) >= in xfs_trans_apply_dquot_deltas()
380 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta); in xfs_trans_apply_dquot_deltas()
473 be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_apply_dquot_deltas()
649 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv()
705 ASSERT(dqp->q_res_icount >= be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_dqresv()
Dxfs_dquot.c158 (be64_to_cpu(d->d_icount) > in xfs_qm_adjust_dqtimers()
161 (be64_to_cpu(d->d_icount) > in xfs_qm_adjust_dqtimers()
170 (be64_to_cpu(d->d_icount) <= in xfs_qm_adjust_dqtimers()
173 (be64_to_cpu(d->d_icount) <= in xfs_qm_adjust_dqtimers()
507 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount); in xfs_dquot_from_disk()
Dxfs_qm.h31 !dqp->q_core.d_icount)
Dxfs_qm.c867 ddq->d_icount = 0; in xfs_qm_reset_dqcounts()
1084 be64_add_cpu(&dqp->q_core.d_icount, 1); in xfs_qm_quotacheck_dqadjust()
Dxfs_trace.h878 __entry->icount = be64_to_cpu(dqp->q_core.d_icount);
/Linux-v5.4/include/uapi/linux/
Ddqblk_xfs.h63 __u64 d_icount; /* # inodes owned by the user */ member
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dquot_buf.c82 be64_to_cpu(ddq->d_icount) > be64_to_cpu(ddq->d_ino_softlimit) && in xfs_dquot_verify()
Dxfs_format.h1161 __be64 d_icount; /* inodes owned by the user */ member
/Linux-v5.4/fs/xfs/scrub/
Dquota.c148 icount = be64_to_cpu(d->d_icount); in xchk_quota_item()
/Linux-v5.4/fs/quota/
Dquota.c493 dst->d_ino_count = src->d_icount; in copy_from_xfs_dqblk()
610 dst->d_icount = src->d_ino_count; in copy_to_xfs_dqblk()