Searched refs:name_hash (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/tools/objtool/include/objtool/ |
A D | elf.h | 31 struct hlist_node name_hash; member 49 struct hlist_node name_hash; member
|
/linux-6.3-rc2/fs/ocfs2/ |
A D | xattr.c | 2123 u32 name_hash, in ocfs2_xa_prepare_entry() argument 2156 ocfs2_xa_add_entry(loc, name_hash); in ocfs2_xa_prepare_entry() 3684 u32 name_hash, in ocfs2_xattr_get_rec() argument 3750 u32 name_hash, in ocfs2_find_xe_in_bucket() argument 3813 u32 name_hash, in ocfs2_xattr_bucket_find() argument 3879 name_index, name, name_hash, in ocfs2_xattr_bucket_find() 3910 name, name_index, name_hash, in ocfs2_xattr_bucket_find() 3940 name, name_index, name_hash, in ocfs2_xattr_index_block_find() 4094 while (name_hash > 0) { in ocfs2_iterate_xattr_index_block() 4113 name_hash = e_cpos - 1; in ocfs2_iterate_xattr_index_block() [all …]
|
A D | dir.c | 852 u32 name_hash = hinfo->major_hash; in ocfs2_dx_dir_lookup() local 854 ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno, in ocfs2_dx_dir_lookup() 862 if (name_hash >= cend) { in ocfs2_dx_dir_lookup() 868 name_hash - cpos); in ocfs2_dx_dir_lookup() 869 cpos = name_hash; in ocfs2_dx_dir_lookup()
|
/linux-6.3-rc2/fs/exfat/ |
A D | dir.c | 575 ep->dentry.stream.name_hash = cpu_to_le16(p_uniname->name_hash); in exfat_init_ext_entry() 1057 u16 name_hash; in exfat_find_dir_entry() local 1065 name_hash = le16_to_cpu( in exfat_find_dir_entry() 1066 ep->dentry.stream.name_hash); in exfat_find_dir_entry() 1067 if (p_uniname->name_hash == name_hash && in exfat_find_dir_entry()
|
A D | nls.c | 528 p_uniname->name_hash = exfat_calc_chksum16(upname, unilen << 1, 0, in exfat_utf8_to_utf16() 624 p_uniname->name_hash = exfat_calc_chksum16(upname, unilen << 1, 0, in exfat_nls_to_ucs2()
|
A D | exfat_raw.h | 137 __le16 name_hash; member
|
A D | exfat_fs.h | 161 u16 name_hash; member
|
/linux-6.3-rc2/tools/objtool/ |
A D | elf.c | 100 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name() 224 elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) { in find_symbol_by_name() 336 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections() 385 elf_hash_add(symbol_name, &sym->name_hash, str_hash(sym->name)); in elf_add_symbol() 1136 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in elf_create_section()
|
/linux-6.3-rc2/scripts/gcc-plugins/ |
A D | randomize_layout_plugin.c | 49 name_hash(const unsigned char *name) in name_hash() function 261 seed[i] ^= name_hash(structname); in shuffle()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | tree-checker.c | 503 u32 name_hash; in check_dir_item() local 605 name_hash = btrfs_name_hash(namebuf, name_len); in check_dir_item() 606 if (unlikely(key->offset != name_hash)) { in check_dir_item() 609 name_hash, key->offset); in check_dir_item()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | dir.c | 690 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry() argument 698 de->hash_code = name_hash; in f2fs_update_dentry()
|
A D | f2fs.h | 3525 const struct fscrypt_str *name, f2fs_hash_t name_hash,
|
Completed in 81 milliseconds