| /linux/fs/ocfs2/ |
| A D | xattr.c | 2127 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 …]
|
| A D | dir.c | 858 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()
|
| /linux/fs/exfat/ |
| A D | dir.c | 514 ep->dentry.stream.name_hash = cpu_to_le16(p_uniname->name_hash); in exfat_init_ext_entry() 1080 u16 name_hash; in exfat_find_dir_entry() local 1088 name_hash = le16_to_cpu( in exfat_find_dir_entry() 1089 ep->dentry.stream.name_hash); in exfat_find_dir_entry() 1090 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 | 138 __le16 name_hash; member
|
| A D | exfat_fs.h | 164 u16 name_hash; member
|
| /linux/tools/objtool/include/objtool/ |
| A D | elf.h | 36 struct elf_hash_node name_hash; member 53 struct elf_hash_node name_hash; member
|
| /linux/tools/objtool/ |
| A D | elf.c | 134 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name() 258 elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) { in find_symbol_by_name() 372 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections() 423 elf_hash_add(symbol_name, &sym->name_hash, str_hash(sym->name)); in elf_add_symbol() 1161 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in elf_create_section()
|
| /linux/scripts/gcc-plugins/ |
| A D | randomize_layout_plugin.c | 45 name_hash(const unsigned char *name) in name_hash() function 262 seed[i] ^= name_hash(structname); in shuffle()
|
| /linux/fs/btrfs/ |
| A D | tree-checker.c | 539 u32 name_hash; in check_dir_item() local 642 name_hash = btrfs_name_hash(namebuf, name_len); in check_dir_item() 643 if (unlikely(key->offset != name_hash)) { in check_dir_item() 646 name_hash, key->offset); in check_dir_item()
|
| /linux/fs/f2fs/ |
| A D | dir.c | 615 const struct fscrypt_str *name, f2fs_hash_t name_hash, in f2fs_update_dentry() argument 623 de->hash_code = name_hash; in f2fs_update_dentry()
|
| A D | f2fs.h | 3602 const struct fscrypt_str *name, f2fs_hash_t name_hash,
|
| /linux/Documentation/filesystems/xfs/ |
| A D | xfs-online-fsck-design.rst | 4695 c. Store ``(child_ag_inum, parent_inum, parent_gen, name_hash, name_len, 4696 name_cookie)`` tuples in a per-AG in-memory slab. The ``name_hash`` 4703 ``name_hash``, and ``name_cookie``. 4723 d. Store ``(parent_inum, parent_gen, name_hash, name_len, 4726 2. Sort the per-file tuples in order of ``parent_inum``, ``name_hash``, 4737 ``name_hash``, and ``name_cookie`` fields of the records under each
|