Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_quota_priv.h36 !dqp->q_core.d_icount)
Dxfs_trans_dquot.c400 ASSERT(be64_to_cpu(d->d_icount) >= in xfs_trans_apply_dquot_deltas()
407 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta); in xfs_trans_apply_dquot_deltas()
496 be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_apply_dquot_deltas()
668 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv()
724 ASSERT(dqp->q_res_icount >= be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_dqresv()
Dxfs_dquot.c167 (be64_to_cpu(d->d_icount) > in xfs_qm_adjust_dqtimers()
170 (be64_to_cpu(d->d_icount) > in xfs_qm_adjust_dqtimers()
179 (be64_to_cpu(d->d_icount) <= in xfs_qm_adjust_dqtimers()
182 (be64_to_cpu(d->d_icount) <= in xfs_qm_adjust_dqtimers()
567 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount); in xfs_qm_dqread()
Dxfs_quota.h59 __be64 d_icount; /* inodes owned by the user */ member
Dxfs_qm_syscalls.c756 dst->d_icount = dqp->q_res_icount; in xfs_qm_scall_getquota()
791 if (((int) dst->d_icount > (int) dst->d_ino_softlimit) && in xfs_qm_scall_getquota()
Dxfs_qm.c844 ddq->d_icount = 0; in xfs_qm_reset_dqcounts()
1033 be64_add_cpu(&dqp->q_core.d_icount, 1); in xfs_qm_quotacheck_dqadjust()
Dxfs_trace.h713 __entry->icount = be64_to_cpu(dqp->q_core.d_icount);
Dxfs_log_recover.c1995 be64_to_cpu(ddq->d_icount) > in xfs_qm_dqcheck()
/linux-3.4.99/include/linux/
Ddqblk_xfs.h60 __u64 d_icount; /* # inodes owned by the user */ member
/linux-3.4.99/fs/quota/
Dquota.c124 dst->dqb_curinodes = src->d_icount; in copy_to_if_dqblk()
155 dst->d_icount = src->dqb_curinodes; in copy_from_if_dqblk()
Ddquot.c2365 di->d_icount = dm->dqb_curinodes; in do_get_dqblk()
2428 dm->dqb_curinodes = di->d_icount; in do_set_dqblk()