Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/include/objtool/
Delf.h31 struct hlist_node name_hash; member
48 struct hlist_node name_hash; member
/Linux-v6.1/fs/exfat/
Ddir.c549 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.h137 u16 name_hash; member
/Linux-v6.1/fs/ocfs2/
Dxattr.c169 void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash);
1491 static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_add_entry() argument
1493 loc->xl_ops->xlo_add_entry(loc, name_hash); in ocfs2_xa_add_entry()
1494 loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash); in ocfs2_xa_add_entry()
1656 static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_block_add_entry() argument
1809 static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_bucket_add_entry() argument
1824 if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry()
1826 else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry()
2123 u32 name_hash, in ocfs2_xa_prepare_entry() argument
2156 ocfs2_xa_add_entry(loc, name_hash); in ocfs2_xa_prepare_entry()
[all …]
Ddir.c852 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-v6.1/tools/objtool/
Delf.c115 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name()
243 elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) { in find_symbol_by_name()
355 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections()
397 elf_hash_add(symbol_name, &sym->name_hash, str_hash(sym->name)); in elf_add_symbol()
1091 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in elf_create_section()
/Linux-v6.1/scripts/gcc-plugins/
Drandomize_layout_plugin.c49 name_hash(const unsigned char *name) in name_hash() function
261 seed[i] ^= name_hash(structname); in shuffle()
/Linux-v6.1/fs/btrfs/
Dtree-checker.c499 u32 name_hash; in check_dir_item() local
601 name_hash = btrfs_name_hash(namebuf, name_len); in check_dir_item()
602 if (unlikely(key->offset != name_hash)) { in check_dir_item()
605 name_hash, key->offset); in check_dir_item()
/Linux-v6.1/fs/f2fs/
Ddir.c686 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry() argument
694 de->hash_code = name_hash; in f2fs_update_dentry()
Df2fs.h3532 const struct fscrypt_str *name, f2fs_hash_t name_hash,