Home
last modified time | relevance | path

Searched refs:name_hash (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/
Delf.h31 struct hlist_node name_hash; member
49 struct hlist_node name_hash; member
Delf.c134 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/
Dxattr.c171 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 …]
Ddir.c854 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/
Ddir.c552 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()
Dnls.c528 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()
Dexfat_raw.h134 __le16 name_hash; member
Dexfat_fs.h138 u16 name_hash; member
/kernel/linux/linux-5.10/fs/btrfs/
Dtree-checker.c492 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/
Drandomize_layout_plugin.c67 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/
Ddir.c627 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()
Df2fs.h3247 const struct fscrypt_str *name, f2fs_hash_t name_hash,
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_dentryfile.c777 __u32 name_hash, unsigned int bit_pos) in update_dentry() argument
797 de->hash = cpu_to_le32(name_hash); in update_dentry()