/kernel/linux/linux-5.10/tools/objtool/ |
D | elf.h | 31 struct hlist_node name_hash; member 49 struct hlist_node name_hash; member
|
D | elf.c | 134 elf_hash_for_each_possible(elf->section_name_hash, sec, name_hash, str_hash(name)) in find_section_by_name() 224 elf_hash_for_each_possible(elf->symbol_name_hash, sym, name_hash, str_hash(name)) in find_symbol_by_name() 329 elf_hash_add(elf->section_name_hash, &sec->name_hash, str_hash(sec->name)); in read_sections() 365 elf_hash_add(elf->symbol_name_hash, &sym->name_hash, str_hash(sym->name)); in elf_add_symbol() 1054 elf_hash_add(elf->section_name_hash, &sec->name_hash, str_hash(sec->name)); in elf_create_section()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | xattr.c | 171 void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash); 1493 static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_add_entry() argument 1495 loc->xl_ops->xlo_add_entry(loc, name_hash); in ocfs2_xa_add_entry() 1496 loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash); in ocfs2_xa_add_entry() 1658 static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_block_add_entry() argument 1811 static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_bucket_add_entry() argument 1826 if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry() 1828 else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry() 2125 u32 name_hash, in ocfs2_xa_prepare_entry() argument 2158 ocfs2_xa_add_entry(loc, name_hash); in ocfs2_xa_prepare_entry() [all …]
|
D | dir.c | 854 u32 name_hash = hinfo->major_hash; in ocfs2_dx_dir_lookup() local 856 ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno, in ocfs2_dx_dir_lookup() 864 if (name_hash >= cend) { in ocfs2_dx_dir_lookup() 870 name_hash - cpos); in ocfs2_dx_dir_lookup() 871 cpos = name_hash; in ocfs2_dx_dir_lookup()
|
/kernel/linux/linux-5.10/fs/exfat/ |
D | dir.c | 552 ep->dentry.stream.name_hash = cpu_to_le16(p_uniname->name_hash); in exfat_init_ext_entry() 1008 u16 name_hash; in exfat_find_dir_entry() local 1016 name_hash = le16_to_cpu( in exfat_find_dir_entry() 1017 ep->dentry.stream.name_hash); in exfat_find_dir_entry() 1018 if (p_uniname->name_hash == name_hash && in exfat_find_dir_entry()
|
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()
|
D | exfat_raw.h | 134 __le16 name_hash; member
|
D | exfat_fs.h | 138 u16 name_hash; member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | tree-checker.c | 492 u32 name_hash; in check_dir_item() local 594 name_hash = btrfs_name_hash(namebuf, name_len); in check_dir_item() 595 if (key->offset != name_hash) { in check_dir_item() 598 name_hash, key->offset); in check_dir_item()
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 67 name_hash(const unsigned char *name) in name_hash() function 279 seed[i] ^= name_hash(structname); in shuffle()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | dir.c | 627 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry() argument 635 de->hash_code = name_hash; in f2fs_update_dentry()
|
D | f2fs.h | 3247 const struct fscrypt_str *name, f2fs_hash_t name_hash,
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | hmdfs_dentryfile.c | 777 __u32 name_hash, unsigned int bit_pos) in update_dentry() argument 797 de->hash = cpu_to_le32(name_hash); in update_dentry()
|