• 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/

Lines Matching refs:be32_to_cpu

822 		nargs.hashval = be32_to_cpu(entry->hashval);
1121 (be32_to_cpu(entry->hashval) >= be32_to_cpu((entry-1)->hashval)));
1123 (be32_to_cpu(entry->hashval) <= be32_to_cpu((entry+1)->hashval)));
1361 blk1->hashval = be32_to_cpu(
1363 blk2->hashval = be32_to_cpu(
1580 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back));
1583 blkno = be32_to_cpu(info->forw);
1585 blkno = be32_to_cpu(info->back);
1824 drop_blk->hashval = be32_to_cpu(
1886 save_blk->hashval = be32_to_cpu(
1930 if (be32_to_cpu(entry->hashval) < hashval)
1932 else if (be32_to_cpu(entry->hashval) > hashval)
1940 ASSERT((span <= 4) || (be32_to_cpu(entry->hashval) == hashval));
1946 while ((probe > 0) && (be32_to_cpu(entry->hashval) >= hashval)) {
1951 (be32_to_cpu(entry->hashval) < hashval)) {
1956 (be32_to_cpu(entry->hashval) != hashval)) {
1965 (be32_to_cpu(entry->hashval) == hashval);
1998 args->rmtblkno = be32_to_cpu(name_rmt->valueblk);
2000 be32_to_cpu(name_rmt->valuelen));
2047 valuelen = be32_to_cpu(name_rmt->valuelen);
2048 args->rmtblkno = be32_to_cpu(name_rmt->valueblk);
2229 ((be32_to_cpu(leaf2->entries[0].hashval) <
2230 be32_to_cpu(leaf1->entries[0].hashval)) ||
2231 (be32_to_cpu(leaf2->entries[
2233 be32_to_cpu(leaf1->entries[
2254 return be32_to_cpu(leaf->entries[be16_to_cpu(leaf->hdr.count)-1].hashval);
2329 if (be32_to_cpu(entry->hashval) == cursor->hashval) {
2335 } else if (be32_to_cpu(entry->hashval) >
2356 if (be32_to_cpu(entry->hashval) != cursor->hashval) {
2357 cursor->hashval = be32_to_cpu(entry->hashval);
2380 int valuelen = be32_to_cpu(name_rmt->valuelen);
2390 args.rmtblkno = be32_to_cpu(name_rmt->valueblk);
2470 ASSERT(be32_to_cpu(entry->hashval) == args->hashval);
2618 ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval));
2749 child_fsb = be32_to_cpu(node->btree[0].before);
2809 child_fsb = be32_to_cpu(node->btree[i+1].before);
2879 lp->valueblk = be32_to_cpu(name_rmt->valueblk);
2881 be32_to_cpu(name_rmt->valuelen));