Home
last modified time | relevance | path

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

/fs/xfs/quota/
Dxfs_qm_syscalls.c894 dst->d_icount = be64_to_cpu(src->d_icount); in xfs_qm_export_dquot()
929 if (((int) dst->d_icount >= (int) dst->d_ino_softlimit) && in xfs_qm_export_dquot()
1157 dqp->d_bcount, dqp->d_icount); } \
1166 xfs_qcnt_t d_icount; /* # inodes owned by the user */ member
1191 d->d_icount, (int)d->d_icount); in xfs_qm_dqtest_print()
1222 if (be64_to_cpu(dqp->q_core.d_icount) != d->d_icount) { in xfs_dqtest_cmp2()
1224 be64_to_cpu(dqp->q_core.d_icount), in xfs_dqtest_cmp2()
1225 d->d_icount, 0); in xfs_dqtest_cmp2()
1245 be64_to_cpu(dqp->q_core.d_icount) >= in xfs_dqtest_cmp2()
1332 d->d_icount++; in xfs_qm_internalqcheck_dqadjust()
Dxfs_dquot.c227 (void *)(__psint_t)be64_to_cpu(dqp->q_core.d_icount), in __xfs_dqtrace_entry()
326 (be64_to_cpu(d->d_icount) >= in xfs_qm_adjust_dqtimers()
329 (be64_to_cpu(d->d_icount) >= in xfs_qm_adjust_dqtimers()
338 (be64_to_cpu(d->d_icount) < in xfs_qm_adjust_dqtimers()
341 (be64_to_cpu(d->d_icount) < in xfs_qm_adjust_dqtimers()
694 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount); in xfs_qm_dqread()
1552 be64_to_cpu(dqp->q_core.d_icount), in xfs_qm_dqprint()
1553 (int)be64_to_cpu(dqp->q_core.d_icount)); in xfs_qm_dqprint()
Dxfs_qm_bhv.c74 (statp->f_files > be64_to_cpu(dp->d_icount)) ? in xfs_fill_statvfs_from_dquot()
75 (statp->f_ffree - be64_to_cpu(dp->d_icount)) : 0; in xfs_fill_statvfs_from_dquot()
Dxfs_trans_dquot.c420 ASSERT(be64_to_cpu(d->d_icount) >= in xfs_trans_apply_dquot_deltas()
427 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta); in xfs_trans_apply_dquot_deltas()
516 be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_apply_dquot_deltas()
688 count = be64_to_cpu(dqp->q_core.d_icount); in xfs_trans_dqresv()
740 ASSERT(dqp->q_res_icount >= be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_dqresv()
Dxfs_quota_priv.h97 !dqp->q_core.d_icount)
Dxfs_qm.c99 (int) be64_to_cpu(dqp->q_core.d_icount), \
1444 ddq->d_icount = 0; in xfs_qm_reset_dqcounts()
1622 be64_add_cpu(&dqp->q_core.d_icount, 1); in xfs_qm_quotacheck_dqadjust()
/fs/xfs/
Dxfs_quota.h57 __be64 d_icount; /* inodes owned by the user */ member
Dxfs_log_recover.c2041 be64_to_cpu(ddq->d_icount) >= in xfs_qm_dqcheck()