Symbol: name_hash
fs/btrfs/tree-checker.c
540
u32 name_hash;
fs/btrfs/tree-checker.c
643
name_hash = btrfs_name_hash(namebuf, name_len);
fs/btrfs/tree-checker.c
644
if (unlikely(key->offset != name_hash)) {
fs/btrfs/tree-checker.c
647
name_hash, key->offset);
fs/exfat/dir.c
1070
u16 name_hash;
fs/exfat/dir.c
1078
name_hash = le16_to_cpu(
fs/exfat/dir.c
1079
ep->dentry.stream.name_hash);
fs/exfat/dir.c
1080
if (p_uniname->name_hash == name_hash &&
fs/exfat/dir.c
498
ep->dentry.stream.name_hash = cpu_to_le16(p_uniname->name_hash);
fs/exfat/exfat_fs.h
161
u16 name_hash;
fs/exfat/exfat_raw.h
139
__le16 name_hash;
fs/exfat/nls.c
528
p_uniname->name_hash = exfat_calc_chksum16(upname, unilen << 1, 0,
fs/exfat/nls.c
621
p_uniname->name_hash = exfat_calc_chksum16(upname, unilen << 1, 0,
fs/f2fs/dir.c
656
const struct fscrypt_str *name, f2fs_hash_t name_hash,
fs/f2fs/dir.c
664
de->hash_code = name_hash;
fs/f2fs/f2fs.h
3872
const struct fscrypt_str *name, f2fs_hash_t name_hash,
fs/ocfs2/dir.c
887
u32 name_hash = hinfo->major_hash;
fs/ocfs2/dir.c
889
ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno,
fs/ocfs2/dir.c
897
if (name_hash >= cend) {
fs/ocfs2/dir.c
903
name_hash - cpos);
fs/ocfs2/dir.c
904
cpos = name_hash;
fs/ocfs2/xattr.c
1526
static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
fs/ocfs2/xattr.c
1528
loc->xl_ops->xlo_add_entry(loc, name_hash);
fs/ocfs2/xattr.c
1529
loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash);
fs/ocfs2/xattr.c
169
void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash);
fs/ocfs2/xattr.c
1691
static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
fs/ocfs2/xattr.c
1844
static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
fs/ocfs2/xattr.c
1859
if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash))
fs/ocfs2/xattr.c
1861
else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash))
fs/ocfs2/xattr.c
2158
u32 name_hash,
fs/ocfs2/xattr.c
2191
ocfs2_xa_add_entry(loc, name_hash);
fs/ocfs2/xattr.c
2260
u32 name_hash = ocfs2_xattr_name_hash(loc->xl_inode, xi->xi_name,
fs/ocfs2/xattr.c
2282
ret = ocfs2_xa_prepare_entry(loc, xi, name_hash, ctxt);
fs/ocfs2/xattr.c
3719
u32 name_hash,
fs/ocfs2/xattr.c
3732
ret = ocfs2_find_leaf(INODE_CACHE(inode), el, name_hash,
fs/ocfs2/xattr.c
3754
if (le32_to_cpu(rec->e_cpos) <= name_hash) {
fs/ocfs2/xattr.c
3785
u32 name_hash,
fs/ocfs2/xattr.c
3802
if (name_hash > le32_to_cpu(xe->xe_name_hash))
fs/ocfs2/xattr.c
3804
else if (name_hash < le32_to_cpu(xe->xe_name_hash))
fs/ocfs2/xattr.c
3848
u32 name_hash,
fs/ocfs2/xattr.c
3891
if (name_hash < le32_to_cpu(xe->xe_name_hash)) {
fs/ocfs2/xattr.c
3907
if (name_hash > le32_to_cpu(xe->xe_name_hash)) {
fs/ocfs2/xattr.c
3914
name_index, name, name_hash,
fs/ocfs2/xattr.c
3945
name, name_index, name_hash,
fs/ocfs2/xattr.c
3969
u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name));
fs/ocfs2/xattr.c
3975
name, name_index, name_hash,
fs/ocfs2/xattr.c
3979
ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &first_hash,
fs/ocfs2/xattr.c
3986
BUG_ON(p_blkno == 0 || num_clusters == 0 || first_hash > name_hash);
fs/ocfs2/xattr.c
3993
ret = ocfs2_xattr_bucket_find(inode, name_index, name, name_hash,
fs/ocfs2/xattr.c
4123
u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0;
fs/ocfs2/xattr.c
4129
while (name_hash > 0) {
fs/ocfs2/xattr.c
4130
ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno,
fs/ocfs2/xattr.c
4148
name_hash = e_cpos - 1;
fs/ocfs2/xattr.c
5302
u32 name_hash =
fs/ocfs2/xattr.c
5322
ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &e_cpos,
fs/ocfs2/xattr.c
5547
u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name));
fs/ocfs2/xattr.c
5549
if (name_hash != le32_to_cpu(xh->xh_entries[0].xe_name_hash))
scripts/gcc-plugins/randomize_layout_plugin.c
265
seed[i] ^= name_hash(structname);
scripts/gendwarfksyms/gendwarfksyms.h
116
struct hlist_node name_hash;
scripts/gendwarfksyms/symbols.c
155
hash_add(symbol_names, &sym->name_hash, hash_str(sym->name));
scripts/gendwarfksyms/symbols.c
188
hash_for_each_safe(symbol_names, sym, tmp, name_hash) {
scripts/gendwarfksyms/symbols.c
324
hash_for_each_safe(symbol_names, sym, tmp, name_hash) {
scripts/gendwarfksyms/symbols.c
337
hash_for_each_safe(symbol_names, sym, tmp, name_hash) {
scripts/gendwarfksyms/symbols.c
68
hash_for_each_possible_safe(symbol_names, match, tmp, name_hash,
tools/objtool/elf.c
1272
elf_hash_add(section_name, &null->name_hash, str_hash(null->name));
tools/objtool/elf.c
1273
elf_hash_add(section_name, &strtab->name_hash, str_hash(strtab->name));
tools/objtool/elf.c
1274
elf_hash_add(section_name, &shstrtab->name_hash, str_hash(shstrtab->name));
tools/objtool/elf.c
137
elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) {
tools/objtool/elf.c
1452
elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name));
tools/objtool/elf.c
281
elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) {
tools/objtool/elf.c
296
elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) {
tools/objtool/elf.c
310
elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) {
tools/objtool/elf.c
423
elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name));
tools/objtool/elf.c
508
elf_hash_add(symbol_name, &sym->name_hash, str_hash(sym->name));
tools/objtool/include/objtool/elf.h
45
struct elf_hash_node name_hash;
tools/objtool/include/objtool/elf.h
65
struct elf_hash_node name_hash;