Searched refs:name_hash (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/objtool/include/objtool/ |
| A D | elf.h | 31 struct hlist_node name_hash; member 48 struct hlist_node name_hash; member
|
| /linux/fs/ocfs2/ |
| A D | xattr.c | 2123 u32 name_hash, in ocfs2_xa_prepare_entry() argument 2156 ocfs2_xa_add_entry(loc, name_hash); in ocfs2_xa_prepare_entry() 3684 u32 name_hash, in ocfs2_xattr_get_rec() argument 3750 u32 name_hash, in ocfs2_find_xe_in_bucket() argument 3813 u32 name_hash, in ocfs2_xattr_bucket_find() argument 3879 name_index, name, name_hash, in ocfs2_xattr_bucket_find() 3910 name, name_index, name_hash, in ocfs2_xattr_bucket_find() 3940 name, name_index, name_hash, in ocfs2_xattr_index_block_find() 4094 while (name_hash > 0) { in ocfs2_iterate_xattr_index_block() 4113 name_hash = e_cpos - 1; in ocfs2_iterate_xattr_index_block() [all …]
|
| A 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/fs/exfat/ |
| A D | dir.c | 553 ep->dentry.stream.name_hash = cpu_to_le16(p_uniname->name_hash); in exfat_init_ext_entry() 1016 u16 name_hash; in exfat_find_dir_entry() local 1024 name_hash = le16_to_cpu( in exfat_find_dir_entry() 1025 ep->dentry.stream.name_hash); in exfat_find_dir_entry() 1026 if (p_uniname->name_hash == name_hash && in exfat_find_dir_entry()
|
| A 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()
|
| A D | exfat_raw.h | 134 __le16 name_hash; member
|
| A D | exfat_fs.h | 138 u16 name_hash; member
|
| /linux/tools/objtool/ |
| A D | elf.c | 90 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name() 183 elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) { in find_symbol_by_name() 295 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections() 331 elf_hash_add(symbol_name, &sym->name_hash, str_hash(sym->name)); in elf_add_symbol() 820 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in elf_create_section()
|
| /linux/fs/btrfs/ |
| A D | tree-checker.c | 499 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/scripts/gcc-plugins/ |
| A D | randomize_layout_plugin.c | 67 name_hash(const unsigned char *name) in name_hash() function 279 seed[i] ^= name_hash(structname); in shuffle()
|
| /linux/fs/f2fs/ |
| A D | dir.c | 685 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry() argument 693 de->hash_code = name_hash; in f2fs_update_dentry()
|
| A D | f2fs.h | 3354 const struct fscrypt_str *name, f2fs_hash_t name_hash,
|
Completed in 761 milliseconds