Searched refs:d_bcount (Results 1 - 17 of 17) 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.h45 !dqp->q_core.d_bcount && \
H A Dxfs_qm_bhv.c53 (statp->f_blocks > be64_to_cpu(dp->d_bcount)) ?
54 (statp->f_blocks - be64_to_cpu(dp->d_bcount)) : 0;
H A Dxfs_qm_syscalls.c784 dst->d_bcount = XFS_FSB_TO_BB(mp, be64_to_cpu(src->d_bcount));
816 if (((int) dst->d_bcount >= (int) dst->d_blk_softlimit) &&
956 dqp->d_bcount, dqp->d_icount); } \
965 xfs_qcnt_t d_bcount; /* # disk blocks owned by the user */ member in struct:dqtest
984 d->d_bcount, (int)d->d_bcount);
1023 if (be64_to_cpu(dqp->q_core.d_bcount) != d->d_bcount) {
1025 be64_to_cpu(dqp->q_core.d_bcount),
[all...]
H A Dxfs_dquot.c237 (be64_to_cpu(d->d_bcount) >=
240 (be64_to_cpu(d->d_bcount) >=
249 (be64_to_cpu(d->d_bcount) <
252 (be64_to_cpu(d->d_bcount) <
623 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount);
1457 be64_to_cpu(dqp->q_core.d_bcount),
1458 (int)be64_to_cpu(dqp->q_core.d_bcount));
H A Dxfs_trans_dquot.c392 ASSERT(be64_to_cpu(d->d_bcount) >=
404 be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta);
494 be64_to_cpu(dqp->q_core.d_bcount));
702 * Note that q_res_bcount = q_core.d_bcount + resv
727 ASSERT(dqp->q_res_bcount >= be64_to_cpu(dqp->q_core.d_bcount));
H A Dxfs_qm.c89 (long long)be64_to_cpu(dqp->q_core.d_bcount),
1380 ddq->d_bcount = 0;
1564 be64_add_cpu(&dqp->q_core.d_bcount, nblks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsamba_xfs_quota.h71 u_int64_t d_bcount; /* # disk blocks 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.h59 __u64 d_bcount; /* # disk blocks 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.c125 dst->dqb_curspace = src->d_bcount;
156 dst->d_bcount = src->dqb_curspace;
H A Ddquot.c2316 di->d_bcount = dm->dqb_curspace + dm->dqb_rsvspace;
2365 dm->dqb_curspace = di->d_bcount - dm->dqb_rsvspace;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsysquotas_xfs.c152 dp->curblocks = (SMB_BIG_UINT)D.d_bcount;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dquotas.c102 dp->curblocks = (SMB_BIG_UINT)D.d_bcount;
901 (F.d_blk_softlimit && F.d_bcount>=F.d_blk_softlimit) ||
902 (F.d_blk_hardlimit && F.d_bcount>=F.d_blk_hardlimit) ||
908 *dsize = F.d_bcount;
912 *dfree = (F.d_blk_softlimit - F.d_bcount);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_quota.h58 __be64 d_bcount; /* disk blocks owned by the user */ member in struct:xfs_disk_dquot
H A Dxfs_log_recover.c2054 be64_to_cpu(ddq->d_bcount) >=
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c302 dqb->dqb_curblocks = (u_int64_t)D.d_bcount;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dquota.c1505 fdq->d_bcount = be64_to_cpu(qlvb->qb_value);
/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.h702 __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount);

Completed in 219 milliseconds