Searched refs:d_icount (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_quota_priv.h47 !dqp->q_core.d_icount)
H A Dxfs_qm_bhv.c63 (statp->f_files > be64_to_cpu(dp->d_icount)) ?
64 (statp->f_ffree - be64_to_cpu(dp->d_icount)) : 0;
H A Dxfs_qm_syscalls.c785 dst->d_icount = be64_to_cpu(src->d_icount);
820 if (((int) dst->d_icount >= (int) dst->d_ino_softlimit) &&
956 dqp->d_bcount, dqp->d_icount); } \
966 xfs_qcnt_t d_icount; /* # inodes owned by the user */ member in struct:dqtest
986 d->d_icount, (int)d->d_icount);
1017 if (be64_to_cpu(dqp->q_core.d_icount) != d->d_icount) {
1019 be64_to_cpu(dqp->q_core.d_icount),
[all...]
H A Dxfs_trans_dquot.c400 ASSERT(be64_to_cpu(d->d_icount) >=
407 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta);
496 be64_to_cpu(dqp->q_core.d_icount));
673 count = be64_to_cpu(dqp->q_core.d_icount);
729 ASSERT(dqp->q_res_icount >= be64_to_cpu(dqp->q_core.d_icount));
H A Dxfs_dquot.c260 (be64_to_cpu(d->d_icount) >=
263 (be64_to_cpu(d->d_icount) >=
272 (be64_to_cpu(d->d_icount) <
275 (be64_to_cpu(d->d_icount) <
624 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount);
1460 be64_to_cpu(dqp->q_core.d_icount),
1461 (int)be64_to_cpu(dqp->q_core.d_icount));
H A Dxfs_qm.c90 (long long)be64_to_cpu(dqp->q_core.d_icount),
1381 ddq->d_icount = 0;
1561 be64_add_cpu(&dqp->q_core.d_icount, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsamba_xfs_quota.h72 u_int64_t d_icount; /* # inodes owned by the user */ member in struct:fs_disk_quota
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddqblk_xfs.h60 __u64 d_icount; /* # inodes owned by the user */ member in struct:fs_disk_quota
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota.c128 dst->dqb_curinodes = src->d_icount;
159 dst->d_icount = src->dqb_curinodes;
H A Ddquot.c2317 di->d_icount = dm->dqb_curinodes;
2380 dm->dqb_curinodes = di->d_icount;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsysquotas_xfs.c151 dp->curinodes = (SMB_BIG_UINT)D.d_icount;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_quota.h59 __be64 d_icount; /* inodes owned by the user */ member in struct:xfs_disk_dquot
H A Dxfs_log_recover.c2066 be64_to_cpu(ddq->d_icount) >=
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dquotas.c101 dp->curinodes = (SMB_BIG_UINT)D.d_icount;
903 (F.d_ino_softlimit && F.d_icount>=F.d_ino_softlimit) ||
904 (F.d_ino_hardlimit && F.d_icount>=F.d_ino_hardlimit)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c301 dqb->dqb_curinodes = (u_int64_t)D.d_icount;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h703 __entry->icount = be64_to_cpu(dqp->q_core.d_icount);

Completed in 139 milliseconds