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

/linux-master/fs/exfat/
H A Dexfat_raw.h138 __le16 name_hash; member in struct:exfat_dentry::__anon1427::__anon1429
H A Ddir.c512 ep->dentry.stream.name_hash = cpu_to_le16(p_uniname->name_hash);
1078 u16 name_hash; local
1086 name_hash = le16_to_cpu(
1087 ep->dentry.stream.name_hash);
1088 if (p_uniname->name_hash == name_hash &&
H A Dexfat_fs.h160 u16 name_hash; member in struct:exfat_uni_name
H A Dnls.c528 p_uniname->name_hash = exfat_calc_chksum16(upname, unilen << 1, 0,
624 p_uniname->name_hash = exfat_calc_chksum16(upname, unilen << 1, 0,
/linux-master/tools/objtool/include/objtool/
H A Delf.h36 struct elf_hash_node name_hash; member in struct:section
53 struct elf_hash_node name_hash; member in struct:symbol
/linux-master/fs/ocfs2/
H A Dxattr.c165 void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash);
1487 static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) argument
1489 loc->xl_ops->xlo_add_entry(loc, name_hash);
1490 loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash);
1652 static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) argument
1805 static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) argument
1813 * We keep buckets sorted by name_hash, so we need to find
1820 if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash))
1822 else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash))
2119 u32 name_hash,
2117 ocfs2_xa_prepare_entry(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, u32 name_hash, struct ocfs2_xattr_set_ctxt *ctxt) argument
2221 u32 name_hash = ocfs2_xattr_name_hash(loc->xl_inode, xi->xi_name, local
3679 ocfs2_xattr_get_rec(struct inode *inode, u32 name_hash, u64 *p_blkno, u32 *e_cpos, u32 *num_clusters, struct ocfs2_extent_list *el) argument
3742 ocfs2_find_xe_in_bucket(struct inode *inode, struct ocfs2_xattr_bucket *bucket, int name_index, const char *name, u32 name_hash, u16 *xe_index, int *found) argument
3806 ocfs2_xattr_bucket_find(struct inode *inode, int name_index, const char *name, u32 name_hash, u64 p_blkno, u32 first_hash, u32 num_clusters, struct ocfs2_xattr_search *xs) argument
3930 u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name)); local
4084 u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0; local
5272 u32 name_hash = local
5517 u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name)); local
[all...]
H A Ddir.c852 u32 name_hash = hinfo->major_hash; local
854 ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno,
862 if (name_hash >= cend) {
868 name_hash - cpos);
869 cpos = name_hash;
/linux-master/tools/objtool/
H A Delf.c134 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) {
258 elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) {
372 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name));
423 elf_hash_add(symbol_name, &sym->name_hash, str_hash(sym->name));
1161 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name));
/linux-master/fs/btrfs/
H A Dtree-checker.c521 u32 name_hash; local
623 name_hash = btrfs_name_hash(namebuf, name_len);
624 if (unlikely(key->offset != name_hash)) {
627 name_hash, key->offset);
/linux-master/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c49 name_hash(const unsigned char *name) function
266 seed[i] ^= name_hash(structname);
/linux-master/fs/f2fs/
H A Ddir.c657 const struct fscrypt_str *name, f2fs_hash_t name_hash,
665 de->hash_code = name_hash;
656 f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d, const struct fscrypt_str *name, f2fs_hash_t name_hash, unsigned int bit_pos) argument
H A Df2fs.h3568 const struct fscrypt_str *name, f2fs_hash_t name_hash,

Completed in 241 milliseconds