• Home
  • Raw
  • Download

Lines Matching refs:hashval

250 	__u32					hashval;  in xfs_attr3_leaf_verify_entry()  local
253 hashval = be32_to_cpu(ent->hashval); in xfs_attr3_leaf_verify_entry()
254 if (hashval < *last_hashval) in xfs_attr3_leaf_verify_entry()
256 *last_hashval = hashval; in xfs_attr3_leaf_verify_entry()
951 nargs.hashval = xfs_da_hashname(sfe->nameval, in xfs_attr_shortform_to_leaf()
1159 nargs.hashval = be32_to_cpu(entry->hashval); in xfs_attr3_leaf_to_shortform()
1226 icnodehdr.btree[0].hashval = entries[icleafhdr.count - 1].hashval; in xfs_attr3_leaf_to_node()
1348 oldblk->hashval = xfs_attr_leaf_lasthash(oldblk->bp, NULL); in xfs_attr3_leaf_split()
1349 newblk->hashval = xfs_attr_leaf_lasthash(newblk->bp, NULL); in xfs_attr3_leaf_split()
1484 entry->hashval = cpu_to_be32(args->hashval); in xfs_attr3_leaf_add_work()
1498 (be32_to_cpu(entry->hashval) >= be32_to_cpu((entry-1)->hashval))); in xfs_attr3_leaf_add_work()
1500 (be32_to_cpu(entry->hashval) <= be32_to_cpu((entry+1)->hashval))); in xfs_attr3_leaf_add_work()
1630 ((be32_to_cpu(entries2[0].hashval) < in xfs_attr3_leaf_order()
1631 be32_to_cpu(entries1[0].hashval)) || in xfs_attr3_leaf_order()
1632 (be32_to_cpu(entries2[leaf2hdr->count - 1].hashval) < in xfs_attr3_leaf_order()
1633 be32_to_cpu(entries1[leaf1hdr->count - 1].hashval)))) { in xfs_attr3_leaf_order()
1796 blk1->hashval = be32_to_cpu(entries1[ichdr1.count - 1].hashval); in xfs_attr3_leaf_rebalance()
1797 blk2->hashval = be32_to_cpu(entries2[ichdr2.count - 1].hashval); in xfs_attr3_leaf_rebalance()
2259 drop_blk->hashval = be32_to_cpu(entry[drophdr.count - 1].hashval); in xfs_attr3_leaf_unbalance()
2342 save_blk->hashval = be32_to_cpu(entry[savehdr.count - 1].hashval); in xfs_attr3_leaf_unbalance()
2373 xfs_dahash_t hashval; in xfs_attr3_leaf_lookup_int() local
2390 hashval = args->hashval; in xfs_attr3_leaf_lookup_int()
2394 if (be32_to_cpu(entry->hashval) < hashval) in xfs_attr3_leaf_lookup_int()
2396 else if (be32_to_cpu(entry->hashval) > hashval) in xfs_attr3_leaf_lookup_int()
2405 if (!(span <= 4 || be32_to_cpu(entry->hashval) == hashval)) { in xfs_attr3_leaf_lookup_int()
2414 while (probe > 0 && be32_to_cpu(entry->hashval) >= hashval) { in xfs_attr3_leaf_lookup_int()
2419 be32_to_cpu(entry->hashval) < hashval) { in xfs_attr3_leaf_lookup_int()
2423 if (probe == ichdr.count || be32_to_cpu(entry->hashval) != hashval) { in xfs_attr3_leaf_lookup_int()
2431 for (; probe < ichdr.count && (be32_to_cpu(entry->hashval) == hashval); in xfs_attr3_leaf_lookup_int()
2594 entry_d->hashval = entry_s->hashval; in xfs_attr3_leaf_moveents()
2673 return be32_to_cpu(entries[ichdr.count - 1].hashval); in xfs_attr_leaf_lasthash()
2774 ASSERT(be32_to_cpu(entry->hashval) == args->hashval); in xfs_attr3_leaf_clearflag()
2924 ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval)); in xfs_attr3_leaf_flipflags()