/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_nand_private.h | 109 partial_name_hash(unsigned long c, unsigned long prevhash) in partial_name_hash() function 129 hash = partial_name_hash(*name++, hash); in full_name_hash()
|
/openbmc/linux/include/linux/ |
H A D | stringhash.h | 43 partial_name_hash(unsigned long c, unsigned long prevhash) in partial_name_hash() function
|
/openbmc/linux/fs/hfs/ |
H A D | string.c | 64 hash = partial_name_hash(caseorder[*name++], hash); in hfs_hash_dentry()
|
/openbmc/linux/fs/hpfs/ |
H A D | dentry.c | 32 hash = partial_name_hash(hpfs_upcase(hpfs_sb(dentry->d_sb)->sb_cp_table,qstr->name[i]), hash); in hpfs_hash_dentry()
|
/openbmc/linux/fs/efivarfs/ |
H A D | super.c | 114 hash = partial_name_hash(*s++, hash); in efivarfs_d_hash() 118 hash = partial_name_hash(tolower(*s++), hash); in efivarfs_d_hash()
|
/openbmc/linux/fs/ntfs3/ |
H A D | upcase.c | 112 hash = partial_name_hash(c, hash); in ntfs_names_hash()
|
H A D | namei.c | 498 hash = partial_name_hash(toupper(c), hash); in ntfs_d_hash()
|
/openbmc/linux/fs/hfsplus/ |
H A D | unicode.c | 416 hash = partial_name_hash(c2, hash); in hfsplus_hash_dentry() 423 hash = partial_name_hash(c2, hash); in hfsplus_hash_dentry()
|
/openbmc/linux/fs/unicode/ |
H A D | utf8-core.c | 134 hash = partial_name_hash((unsigned char)c, hash); in utf8_casefold_hash()
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 44 partial_name_hash(unsigned long c, unsigned long prevhash) in partial_name_hash() function 54 hash = partial_name_hash(*name++, hash); in name_hash()
|
/openbmc/linux/fs/adfs/ |
H A D | dir.c | 408 hash = partial_name_hash(adfs_tolower(*name++), hash); in adfs_hash()
|
/openbmc/linux/fs/affs/ |
H A D | namei.c | 60 hash = partial_name_hash(fn(*name), hash); in __affs_hash_dentry()
|
/openbmc/linux/fs/exfat/ |
H A D | namei.c | 99 hash = partial_name_hash(exfat_toupper(sb, c), hash); in exfat_d_hash() 159 hash = partial_name_hash(u <= 0xFFFF ? exfat_toupper(sb, u) : u, in exfat_utf8_d_hash()
|
/openbmc/linux/fs/smb/client/ |
H A D | dir.c | 840 hash = partial_name_hash(cifs_toupper(c), hash);
|
/openbmc/linux/fs/fat/ |
H A D | namei_vfat.c | 146 hash = partial_name_hash(nls_tolower(t, *name++), hash); in vfat_hashi()
|
/openbmc/linux/fs/jfs/ |
H A D | namei.c | 1555 hash = partial_name_hash(tolower(this->name[i]), hash); in jfs_ci_hash()
|
/openbmc/linux/fs/isofs/ |
H A D | inode.c | 192 hash = partial_name_hash(c, hash); in isofs_hashi_common()
|
/openbmc/linux/fs/kernfs/ |
H A D | dir.c | 317 hash = partial_name_hash(*name++, hash); in kernfs_name_hash()
|
/openbmc/linux/fs/ |
H A D | namei.c | 2198 hash = partial_name_hash((unsigned char)*name++, hash); in full_name_hash() 2212 hash = partial_name_hash(c, hash); in hashlen_string() 2231 hash = partial_name_hash(c, hash); in hash_name()
|
/openbmc/linux/security/selinux/ss/ |
H A D | policydb.c | 420 hash = partial_name_hash(focus, hash); in filenametr_hash()
|