Searched refs:partial_name_hash (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/ |
| H A D | stringhash.h | 43 partial_name_hash(unsigned long c, unsigned long prevhash) in partial_name_hash() function
|
| /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()
|
| /linux/fs/ntfs3/ |
| H A D | upcase.c | 112 hash = partial_name_hash(c, hash); in ntfs_names_hash()
|
| /linux/fs/efivarfs/ |
| H A D | super.c | 177 hash = partial_name_hash(*s++, hash); in efivarfs_d_hash() 181 hash = partial_name_hash(tolower(*s++), hash); in efivarfs_d_hash()
|
| /linux/fs/unicode/ |
| H A D | utf8-core.c | 134 hash = partial_name_hash((unsigned char)c, hash); in utf8_casefold_hash()
|
| /linux/scripts/gcc-plugins/ |
| H A D | randomize_layout_plugin.c | 40 partial_name_hash(unsigned long c, unsigned long prevhash) in partial_name_hash() function 50 hash = partial_name_hash(*name++, hash); in name_hash()
|
| /linux/fs/adfs/ |
| H A D | dir.c | 409 hash = partial_name_hash(adfs_tolower(*name++), hash); in adfs_hash()
|
| /linux/fs/smb/client/ |
| H A D | dir.c | 908 hash = partial_name_hash(cifs_toupper(c), hash);
|
| /linux/fs/fat/ |
| H A D | namei_vfat.c | 144 hash = partial_name_hash(nls_tolower(t, *name++), hash); in vfat_hashi()
|
| /linux/fs/kernfs/ |
| H A D | dir.c | 321 hash = partial_name_hash(*name++, hash); in kernfs_name_hash()
|
| /linux/fs/isofs/ |
| H A D | inode.c | 192 hash = partial_name_hash(c, hash); in isofs_hashi_common()
|
| /linux/fs/ |
| H A D | namei.c | 2507 hash = partial_name_hash((unsigned char)*name++, hash); in full_name_hash() 2521 hash = partial_name_hash(c, hash); in hashlen_string() 2541 hash = partial_name_hash(c, hash); in hash_name()
|