Searched refs:d_rtbcount (Results 1 - 9 of 9) 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.h46 !dqp->q_core.d_rtbcount && \
H A Dxfs_trans_dquot.c396 ASSERT(be64_to_cpu(d->d_rtbcount) >=
410 be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta);
498 be64_to_cpu(dqp->q_core.d_rtbcount));
728 ASSERT(dqp->q_res_rtbcount >= be64_to_cpu(dqp->q_core.d_rtbcount));
H A Dxfs_dquot.c283 (be64_to_cpu(d->d_rtbcount) >=
286 (be64_to_cpu(d->d_rtbcount) >=
295 (be64_to_cpu(d->d_rtbcount) <
298 (be64_to_cpu(d->d_rtbcount) <
625 dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount);
H A Dxfs_qm_syscalls.c794 dst->d_rtbcount = XFS_FSB_TO_BB(mp, be64_to_cpu(src->d_rtbcount));
H A Dxfs_qm.c1382 ddq->d_rtbcount = 0;
1568 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsamba_xfs_quota.h81 u_int64_t d_rtbcount; /* # realtime blocks owned */ 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.h69 __u64 d_rtbcount; /* # realtime blocks owned */ member in struct:fs_disk_quota
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_quota.h68 __be64 d_rtbcount; /* realtime blocks owned */ member in struct:xfs_disk_dquot
H A Dxfs_log_recover.c2078 be64_to_cpu(ddq->d_rtbcount) >=

Completed in 70 milliseconds