Home
last modified time | relevance | path

Searched refs:end_name_hash (Results 1 – 15 of 15) sorted by relevance

/linux-5.19.10/include/linux/
Dstringhash.h53 static inline unsigned int end_name_hash(unsigned long hash) in end_name_hash() function
/linux-5.19.10/fs/hfs/
Dstring.c65 this->hash = end_name_hash(hash); in hfs_hash_dentry()
/linux-5.19.10/fs/hpfs/
Ddentry.c33 qstr->hash = end_name_hash(hash); in hpfs_hash_dentry()
/linux-5.19.10/fs/unicode/
Dutf8-core.c136 str->hash = end_name_hash(hash); in utf8_casefold_hash()
/linux-5.19.10/fs/efivarfs/
Dsuper.c76 qstr->hash = end_name_hash(hash); in efivarfs_d_hash()
/linux-5.19.10/fs/hfsplus/
Dunicode.c426 str->hash = end_name_hash(hash); in hfsplus_hash_dentry()
/linux-5.19.10/fs/adfs/
Ddir.c409 qstr->hash = end_name_hash(hash); in adfs_hash()
/linux-5.19.10/fs/affs/
Dnamei.c61 qstr->hash = end_name_hash(hash); in __affs_hash_dentry()
/linux-5.19.10/fs/exfat/
Dnamei.c102 qstr->hash = end_name_hash(hash); in exfat_d_hash()
163 qstr->hash = end_name_hash(hash); in exfat_utf8_d_hash()
/linux-5.19.10/fs/cifs/
Ddir.c807 q->hash = end_name_hash(hash); in cifs_ci_hash()
/linux-5.19.10/fs/fat/
Dnamei_vfat.c147 qstr->hash = end_name_hash(hash); in vfat_hashi()
/linux-5.19.10/fs/isofs/
Dinode.c194 qstr->hash = end_name_hash(hash); in isofs_hashi_common()
/linux-5.19.10/fs/jfs/
Dnamei.c1550 this->hash = end_name_hash(hash); in jfs_ci_hash()
/linux-5.19.10/fs/kernfs/
Ddir.c312 hash = end_name_hash(hash); in kernfs_name_hash()
/linux-5.19.10/fs/
Dnamei.c2213 return end_name_hash(hash); in full_name_hash()
2229 return hashlen_create(end_name_hash(hash), len); in hashlen_string()
2248 return hashlen_create(end_name_hash(hash), len); in hash_name()