• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/

Lines Matching refs:be64_to_cpu

226 		ASSERT(be64_to_cpu(d->d_blk_softlimit) <=
227 be64_to_cpu(d->d_blk_hardlimit));
229 ASSERT(be64_to_cpu(d->d_ino_softlimit) <=
230 be64_to_cpu(d->d_ino_hardlimit));
232 ASSERT(be64_to_cpu(d->d_rtb_softlimit) <=
233 be64_to_cpu(d->d_rtb_hardlimit));
237 (be64_to_cpu(d->d_bcount) >=
238 be64_to_cpu(d->d_blk_softlimit))) ||
240 (be64_to_cpu(d->d_bcount) >=
241 be64_to_cpu(d->d_blk_hardlimit)))) {
249 (be64_to_cpu(d->d_bcount) <
250 be64_to_cpu(d->d_blk_softlimit))) &&
252 (be64_to_cpu(d->d_bcount) <
253 be64_to_cpu(d->d_blk_hardlimit)))) {
260 (be64_to_cpu(d->d_icount) >=
261 be64_to_cpu(d->d_ino_softlimit))) ||
263 (be64_to_cpu(d->d_icount) >=
264 be64_to_cpu(d->d_ino_hardlimit)))) {
272 (be64_to_cpu(d->d_icount) <
273 be64_to_cpu(d->d_ino_softlimit))) &&
275 (be64_to_cpu(d->d_icount) <
276 be64_to_cpu(d->d_ino_hardlimit)))) {
283 (be64_to_cpu(d->d_rtbcount) >=
284 be64_to_cpu(d->d_rtb_softlimit))) ||
286 (be64_to_cpu(d->d_rtbcount) >=
287 be64_to_cpu(d->d_rtb_hardlimit)))) {
295 (be64_to_cpu(d->d_rtbcount) <
296 be64_to_cpu(d->d_rtb_softlimit))) &&
298 (be64_to_cpu(d->d_rtbcount) <
299 be64_to_cpu(d->d_rtb_hardlimit)))) {
623 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount);
624 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount);
625 dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount);
1445 be64_to_cpu(dqp->q_core.d_blk_hardlimit),
1446 (int)be64_to_cpu(dqp->q_core.d_blk_hardlimit));
1448 be64_to_cpu(dqp->q_core.d_blk_softlimit),
1449 (int)be64_to_cpu(dqp->q_core.d_blk_softlimit));
1451 be64_to_cpu(dqp->q_core.d_ino_hardlimit),
1452 (int)be64_to_cpu(dqp->q_core.d_ino_hardlimit));
1454 be64_to_cpu(dqp->q_core.d_ino_softlimit),
1455 (int)be64_to_cpu(dqp->q_core.d_ino_softlimit));
1457 be64_to_cpu(dqp->q_core.d_bcount),
1458 (int)be64_to_cpu(dqp->q_core.d_bcount));
1460 be64_to_cpu(dqp->q_core.d_icount),
1461 (int)be64_to_cpu(dqp->q_core.d_icount));