Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dxattr.c2127 u32 name_hash, in ocfs2_xa_prepare_entry() argument
2160 ocfs2_xa_add_entry(loc, name_hash); in ocfs2_xa_prepare_entry()
3688 u32 name_hash, in ocfs2_xattr_get_rec() argument
3754 u32 name_hash, in ocfs2_find_xe_in_bucket() argument
3817 u32 name_hash, in ocfs2_xattr_bucket_find() argument
3883 name_index, name, name_hash, in ocfs2_xattr_bucket_find()
3914 name, name_index, name_hash, in ocfs2_xattr_bucket_find()
3944 name, name_index, name_hash, in ocfs2_xattr_index_block_find()
4098 while (name_hash > 0) { in ocfs2_iterate_xattr_index_block()
4117 name_hash = e_cpos - 1; in ocfs2_iterate_xattr_index_block()
[all …]
H A Ddir.c858 u32 name_hash = hinfo->major_hash; in ocfs2_dx_dir_lookup() local
860 ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno, in ocfs2_dx_dir_lookup()
868 if (name_hash >= cend) { in ocfs2_dx_dir_lookup()
874 name_hash - cpos); in ocfs2_dx_dir_lookup()
875 cpos = name_hash; in ocfs2_dx_dir_lookup()
/openbmc/linux/fs/exfat/
H A Ddir.c577 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()
H A 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()
H A Dexfat_raw.h137 __le16 name_hash; member
H A Dexfat_fs.h161 u16 name_hash; member
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h36 struct elf_hash_node name_hash; member
53 struct elf_hash_node name_hash; member
/openbmc/linux/tools/objtool/
H A Delf.c136 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()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0003-FMP-Support-in-Corstone1000.patch205 +static uint64_t name_hash(EFI_GUID *guid, size_t name_size,
236 + fmp_variables_metadata[i].uid = name_hash(
/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c49 name_hash(const unsigned char *name) in name_hash() function
266 seed[i] ^= name_hash(structname); in shuffle()
/openbmc/linux/fs/btrfs/
H A Dtree-checker.c518 u32 name_hash; in check_dir_item() local
621 name_hash = btrfs_name_hash(namebuf, name_len); in check_dir_item()
622 if (unlikely(key->offset != name_hash)) { in check_dir_item()
625 name_hash, key->offset); in check_dir_item()
/openbmc/linux/fs/f2fs/
H A Ddir.c658 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry() argument
666 de->hash_code = name_hash; in f2fs_update_dentry()
H A Df2fs.h3558 const struct fscrypt_str *name, f2fs_hash_t name_hash,