| /linux-6.15/fs/xfs/ |
| H A D | xfs_attr_list.c | 167 if (sbp->hash == cursor->hashval) { in xfs_attr_shortform_list() 172 } else if (sbp->hash > cursor->hashval) { in xfs_attr_shortform_list() 183 if (cursor->hashval != sbp->hash) { in xfs_attr_shortform_list() 184 cursor->hashval = sbp->hash; in xfs_attr_shortform_list() 271 if (cursor->hashval <= be32_to_cpu(btree->hashval)) { in xfs_attr_node_list_lookup() 373 if (cursor->hashval > be32_to_cpu( in xfs_attr_node_list() 379 entries[0].hashval)) { in xfs_attr_node_list() 459 if (be32_to_cpu(entry->hashval) == cursor->hashval) { in xfs_attr3_leaf_list_int() 466 cursor->hashval) { in xfs_attr3_leaf_list_int() 489 if (be32_to_cpu(entry->hashval) != cursor->hashval) { in xfs_attr3_leaf_list_int() [all …]
|
| H A D | xfs_trace.h | 119 __field(u32, hashval) 132 __entry->hashval = ctx->cursor.hashval; 145 __entry->hashval, 526 __field(u32, hashval) 541 __entry->hashval = ctx->cursor.hashval; 557 __entry->hashval, 2230 __entry->hashval = args->hashval; 2242 __entry->hashval, 2298 __entry->hashval = args->hashval; 2310 __entry->hashval, [all …]
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.c | 804 btree[0].hashval = cpu_to_be32(blk1->hashval); in xfs_da3_root_split() 806 btree[1].hashval = cpu_to_be32(blk2->hashval); in xfs_da3_root_split() 1054 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance() 1101 btree[oldblk->index].hashval = cpu_to_be32(newblk->hashval); in xfs_da3_node_add() 1554 drop_blk->hashval = be32_to_cpu(btree[index - 1].hashval); in xfs_da3_node_remove() 1760 blk->hashval = be32_to_cpu(btree[max - 1].hashval); in xfs_da3_node_lookup_int() 1766 hashval = args->hashval; in xfs_da3_node_lookup_int() 1779 (be32_to_cpu(btree[probe].hashval) == hashval)); in xfs_da3_node_lookup_int() 1786 be32_to_cpu(btree[probe].hashval) >= hashval) { in xfs_da3_node_lookup_int() 1790 be32_to_cpu(btree[probe].hashval) < hashval) { in xfs_da3_node_lookup_int() [all …]
|
| H A D | xfs_attr_leaf.c | 256 hashval = be32_to_cpu(ent->hashval); in xfs_attr3_leaf_verify_entry() 1196 nargs.hashval = be32_to_cpu(entry->hashval); in xfs_attr3_leaf_to_shortform() 1529 entry->hashval = cpu_to_be32(args->hashval); in xfs_attr3_leaf_add_work() 2435 hashval = args->hashval; in xfs_attr3_leaf_lookup_int() 2439 if (be32_to_cpu(entry->hashval) < hashval) in xfs_attr3_leaf_lookup_int() 2441 else if (be32_to_cpu(entry->hashval) > hashval) in xfs_attr3_leaf_lookup_int() 2451 if (!(span <= 4 || be32_to_cpu(entry->hashval) == hashval)) { in xfs_attr3_leaf_lookup_int() 2461 while (probe > 0 && be32_to_cpu(entry->hashval) >= hashval) { in xfs_attr3_leaf_lookup_int() 2466 be32_to_cpu(entry->hashval) < hashval) { in xfs_attr3_leaf_lookup_int() 2646 entry_d->hashval = entry_s->hashval; in xfs_attr3_leaf_moveents() [all …]
|
| H A D | xfs_dir2_block.c | 461 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) in xfs_dir2_block_addname() 463 if (hash < args->hashval) in xfs_dir2_block_addname() 468 while (mid >= 0 && be32_to_cpu(blp[mid].hashval) >= args->hashval) { in xfs_dir2_block_addname() 562 blp[mid].hashval = cpu_to_be32(args->hashval); in xfs_dir2_block_addname() 720 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) in xfs_dir2_block_lookup_int() 722 if (hash < args->hashval) in xfs_dir2_block_lookup_int() 735 while (mid > 0 && be32_to_cpu(blp[mid - 1].hashval) == args->hashval) { in xfs_dir2_block_lookup_int() 764 be32_to_cpu(blp[mid].hashval) == hash); in xfs_dir2_block_lookup_int() 921 return be32_to_cpu(la->hashval) < be32_to_cpu(lb->hashval) ? -1 : in xfs_dir2_block_sort() 922 (be32_to_cpu(la->hashval) > be32_to_cpu(lb->hashval) ? 1 : 0); in xfs_dir2_block_sort() [all …]
|
| H A D | xfs_dir2_node.c | 544 ASSERT(index == 0 || be32_to_cpu(ents[index - 1].hashval) <= args->hashval); in xfs_dir2_leafn_add() 546 be32_to_cpu(ents[index].hashval) >= args->hashval); in xfs_dir2_leafn_add() 572 lep->hashval = cpu_to_be32(args->hashval); in xfs_dir2_leafn_add() 685 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leafn_lookup_for_addname() 835 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leafn_lookup_for_entry() 1056 (be32_to_cpu(ents2[0].hashval) < be32_to_cpu(ents1[0].hashval) || in xfs_dir2_leafn_order() 1058 be32_to_cpu(ents1[hdr1.count - 1].hashval))) in xfs_dir2_leafn_order() 1124 midhash = be32_to_cpu(ents1[mid].hashval); in xfs_dir2_leafn_rebalance() 1125 isleft = args->hashval <= midhash; in xfs_dir2_leafn_rebalance() 1662 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval); in xfs_dir2_leafn_unbalance() [all …]
|
| H A D | xfs_attr.h | 35 __u32 hashval; /* hash value of next entry to add */ member 640 args->hashval = xfs_attr_hashval(args->dp->i_mount, args->attr_filter, in xfs_attr_sethash()
|
| H A D | xfs_da_btree.h | 74 xfs_dahash_t hashval; /* hash value of name */ member 122 xfs_dahash_t hashval; /* last hash value in block */ member
|
| H A D | xfs_da_format.h | 82 __be32 hashval; /* hash value for this descendant */ member 440 __be32 hashval; /* hash value of name */ member 630 __be32 hashval; /* hash value of name */ member
|
| H A D | xfs_dir2_leaf.c | 174 if (be32_to_cpu(hdr->ents[i].hashval) > in xfs_dir3_leaf_check_int() 175 be32_to_cpu(hdr->ents[i + 1].hashval)) in xfs_dir3_leaf_check_int() 726 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leaf_addname() 952 lep->hashval = cpu_to_be32(args->hashval); in xfs_dir2_leaf_addname() 1312 be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leaf_lookup_int() 1619 hashwant = args->hashval; in xfs_dir2_leaf_search_hash() 1622 if ((hash = be32_to_cpu(lep[mid].hashval)) == hashwant) in xfs_dir2_leaf_search_hash() 1633 while (mid > 0 && be32_to_cpu(lep[mid - 1].hashval) == hashwant) { in xfs_dir2_leaf_search_hash()
|
| H A D | xfs_dir2.c | 352 args->hashval = xfs_dir2_hashname(dp->i_mount, name); in xfs_dir_createname() 446 args->hashval = xfs_dir2_hashname(dp->i_mount, name); in xfs_dir_lookup() 514 args->hashval = xfs_dir2_hashname(dp->i_mount, name); in xfs_dir_removename() 574 args->hashval = xfs_dir2_hashname(dp->i_mount, name); in xfs_dir_replace()
|
| H A D | xfs_dir2_data.c | 263 be32_to_cpu(lep[i].hashval) == hash) in __xfs_dir3_data_check() 282 if (i > 0 && be32_to_cpu(lep[i].hashval) < in __xfs_dir3_data_check() 283 be32_to_cpu(lep[i - 1].hashval)) in __xfs_dir3_data_check()
|
| H A D | xfs_metadir.c | 95 .hashval = xfs_dir2_hashname(mp, xname), in xfs_metadir_lookup()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | dabtree.c | 133 parent_hash = be32_to_cpu(entry->hashval); in xchk_da_btree_hash() 410 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, pmaxrecs); in xchk_da_btree_block() 419 blk->hashval = xfs_dir2_leaf_lasthash(ip, blk->bp, pmaxrecs); in xchk_da_btree_block() 428 blk->hashval = xfs_dir2_leaf_lasthash(ip, blk->bp, pmaxrecs); in xchk_da_btree_block() 441 blk->hashval = be32_to_cpu(btree[*pmaxrecs - 1].hashval); in xchk_da_btree_block() 476 if (be32_to_cpu(key->hashval) != blk->hashval) { in xchk_da_btree_block() 586 error = xchk_da_btree_hash(ds, level, &key->hashval); in xchk_da_btree()
|
| H A D | attr.c | 344 if (be32_to_cpu(ent->hashval) < *last_hashval) in xchk_xattr_entry() 346 *last_hashval = be32_to_cpu(ent->hashval); in xchk_xattr_entry() 510 error = xchk_da_btree_hash(ds, level, &ent->hashval); in xchk_xattr_rec() 524 hash = be32_to_cpu(ent->hashval); in xchk_xattr_rec()
|
| H A D | dir.c | 348 error = xchk_da_btree_hash(ds, level, &ent->hashval); in xchk_dir_rec() 409 hash = be32_to_cpu(ent->hashval); in xchk_dir_rec() 686 hash = be32_to_cpu(leafhdr.ents[i].hashval); in xchk_directory_leaf1_bestfree()
|
| H A D | readdir.c | 320 .hashval = xfs_dir2_hashname(dp->i_mount, name), in xchk_dir_lookup()
|
| /linux-6.15/fs/ |
| H A D | inode.c | 649 tmp = (hashval * (unsigned long)sb) ^ (GOLDEN_RATIO_PRIME + hashval) / in hash() 1353 struct inode *inode = ilookup5(sb, hashval, test, data); in iget5_locked() 1359 inode = inode_insert5(new, hashval, test, set, data); in iget5_locked() 1383 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in iget5_locked_rcu() 1401 inode = inode_insert5(new, hashval, test, set, data); in iget5_locked_rcu() 1577 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in ilookup5_nowait() 1610 inode = ilookup5_nowait(sb, hashval, test, data); in ilookup5() 1674 unsigned long hashval, in find_inode_nowait() argument 1679 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in find_inode_nowait() 1687 mval = match(inode, hashval, data); in find_inode_nowait() [all …]
|
| /linux-6.15/tools/testing/selftests/vDSO/ |
| H A D | parse_vdso.c | 270 uint32_t h1 = gnu_hash(name), h2, *hashval; in vdso_sym() local 276 hashval = vdso_info.gnu_bucket + vdso_info.nbucket + in vdso_sym() 280 h2 = *hashval++; in vdso_sym()
|
| /linux-6.15/include/trace/events/ |
| H A D | kmem.h | 430 unsigned long hashval; in mm_ptr_to_hash() local 432 ret = ptr_to_hashval(ptr, &hashval); in mm_ptr_to_hash() 437 return (unsigned int)hashval; in mm_ptr_to_hash()
|
| /linux-6.15/lib/ |
| H A D | vsprintf.c | 773 unsigned long hashval; in subsys_initcall() local 782 hashval = (unsigned long)siphash_1u64((u64)ptr, &ptr_key); in subsys_initcall() 787 hashval = hashval & 0xffffffff; in subsys_initcall() 789 hashval = (unsigned long)siphash_1u32((u32)ptr, &ptr_key); in subsys_initcall() 791 *hashval_out = hashval; in subsys_initcall() 804 unsigned long hashval; in ptr_to_id() local 816 hashval = hash_long((unsigned long)ptr, 32); in ptr_to_id() 817 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id() 820 ret = __ptr_to_hashval(ptr, &hashval); in ptr_to_id() 827 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id()
|
| /linux-6.15/fs/smb/server/ |
| H A D | vfs_cache.c | 66 static unsigned long inode_hash(struct super_block *sb, unsigned long hashval) in inode_hash() argument 70 tmp = (hashval * (unsigned long)sb) ^ (GOLDEN_RATIO_PRIME + hashval) / in inode_hash()
|
| /linux-6.15/fs/isofs/ |
| H A D | inode.c | 1489 unsigned long hashval; in __isofs_iget() local 1500 hashval = (block << sb->s_blocksize_bits) | offset; in __isofs_iget() 1502 inode = iget5_locked(sb, hashval, &isofs_iget5_test, in __isofs_iget()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 3242 unsigned long hashval, int (*test)(struct inode *, void *), 3244 extern struct inode *ilookup5(struct super_block *sb, unsigned long hashval, 3248 extern struct inode *inode_insert5(struct inode *inode, unsigned long hashval, 3325 extern void __insert_inode_hash(struct inode *, unsigned long hashval);
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 1178 unsigned long hashval = (unsigned long)clnt; in gss_auth_find_or_add_hashed() local 1184 hashval) { in gss_auth_find_or_add_hashed() 1202 hash_add(gss_auth_hash_table, &new->hash, hashval); in gss_auth_find_or_add_hashed()
|