Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_trans_dquot.c394 ASSERT(be64_to_cpu(d->d_icount) >= in xfs_trans_apply_dquot_deltas()
401 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta); in xfs_trans_apply_dquot_deltas()
490 be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_apply_dquot_deltas()
659 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv()
715 ASSERT(dqp->q_res_icount >= be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_dqresv()
Dxfs_dquot.c177 (be64_to_cpu(d->d_icount) > in xfs_qm_adjust_dqtimers()
180 (be64_to_cpu(d->d_icount) > in xfs_qm_adjust_dqtimers()
189 (be64_to_cpu(d->d_icount) <= in xfs_qm_adjust_dqtimers()
192 (be64_to_cpu(d->d_icount) <= in xfs_qm_adjust_dqtimers()
648 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount); in xfs_qm_dqread()
Dxfs_qm.h43 !dqp->q_core.d_icount)
Dxfs_qm.c850 ddq->d_icount = 0; in xfs_qm_reset_dqcounts()
1067 be64_add_cpu(&dqp->q_core.d_icount, 1); in xfs_qm_quotacheck_dqadjust()
Dxfs_trace.h840 __entry->icount = be64_to_cpu(dqp->q_core.d_icount);
/linux-4.1.27/include/uapi/linux/
Ddqblk_xfs.h61 __u64 d_icount; /* # inodes owned by the user */ member
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dquot_buf.c124 be64_to_cpu(ddq->d_icount) > in xfs_dqcheck()
Dxfs_format.h1104 __be64 d_icount; /* inodes owned by the user */ member
/linux-4.1.27/fs/quota/
Dquota.c477 dst->d_ino_count = src->d_icount; in copy_from_xfs_dqblk()
594 dst->d_icount = src->d_ino_count; in copy_to_xfs_dqblk()