/linux-6.6.21/fs/ocfs2/ |
D | xattr.c | 165 void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash); 1487 static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_add_entry() argument 1489 loc->xl_ops->xlo_add_entry(loc, name_hash); in ocfs2_xa_add_entry() 1490 loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash); in ocfs2_xa_add_entry() 1652 static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_block_add_entry() argument 1805 static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_bucket_add_entry() argument 1820 if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry() 1822 else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry() 2119 u32 name_hash, in ocfs2_xa_prepare_entry() argument 2152 ocfs2_xa_add_entry(loc, name_hash); in ocfs2_xa_prepare_entry() [all …]
|
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.6.21/fs/exfat/ |
D | dir.c | 577 ep->dentry.stream.name_hash = cpu_to_le16(p_uniname->name_hash); in exfat_init_ext_entry() 1059 u16 name_hash; in exfat_find_dir_entry() local 1067 name_hash = le16_to_cpu( in exfat_find_dir_entry() 1068 ep->dentry.stream.name_hash); in exfat_find_dir_entry() 1069 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 | 137 __le16 name_hash; member
|
D | exfat_fs.h | 161 u16 name_hash; member
|
/linux-6.6.21/tools/objtool/include/objtool/ |
D | elf.h | 36 struct elf_hash_node name_hash; member 53 struct elf_hash_node name_hash; member
|
/linux-6.6.21/tools/objtool/ |
D | elf.c | 136 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name() 260 elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) { in find_symbol_by_name() 374 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections() 425 elf_hash_add(symbol_name, &sym->name_hash, str_hash(sym->name)); in elf_add_symbol() 1163 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in elf_create_section()
|
/linux-6.6.21/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 49 name_hash(const unsigned char *name) in name_hash() function 266 seed[i] ^= name_hash(structname); in shuffle()
|
/linux-6.6.21/fs/btrfs/ |
D | tree-checker.c | 517 u32 name_hash; in check_dir_item() local 619 name_hash = btrfs_name_hash(namebuf, name_len); in check_dir_item() 620 if (unlikely(key->offset != name_hash)) { in check_dir_item() 623 name_hash, key->offset); in check_dir_item()
|
/linux-6.6.21/fs/f2fs/ |
D | dir.c | 657 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry() argument 665 de->hash_code = name_hash; in f2fs_update_dentry()
|
D | f2fs.h | 3553 const struct fscrypt_str *name, f2fs_hash_t name_hash,
|