Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dstringhash.h53 static inline unsigned int end_name_hash(unsigned long hash) in end_name_hash() function
/linux-4.19.296/fs/hfs/
Dstring.c65 this->hash = end_name_hash(hash); in hfs_hash_dentry()
/linux-4.19.296/fs/hpfs/
Ddentry.c33 qstr->hash = end_name_hash(hash); in hpfs_hash_dentry()
/linux-4.19.296/fs/adfs/
Ddir.c206 qstr->hash = end_name_hash(hash); in adfs_hash()
/linux-4.19.296/fs/efivarfs/
Dsuper.c80 qstr->hash = end_name_hash(hash); in efivarfs_d_hash()
/linux-4.19.296/fs/hfsplus/
Dunicode.c426 str->hash = end_name_hash(hash); in hfsplus_hash_dentry()
/linux-4.19.296/fs/affs/
Dnamei.c61 qstr->hash = end_name_hash(hash); in __affs_hash_dentry()
/linux-4.19.296/fs/cifs/
Ddir.c942 q->hash = end_name_hash(hash); in cifs_ci_hash()
/linux-4.19.296/fs/fat/
Dnamei_vfat.c146 qstr->hash = end_name_hash(hash); in vfat_hashi()
/linux-4.19.296/fs/kernfs/
Ddir.c312 hash = end_name_hash(hash); in kernfs_name_hash()
/linux-4.19.296/fs/jfs/
Dnamei.c1567 this->hash = end_name_hash(hash); in jfs_ci_hash()
/linux-4.19.296/fs/
Dnamei.c2021 return end_name_hash(hash); in full_name_hash()
2037 return hashlen_create(end_name_hash(hash), len); in hashlen_string()
2056 return hashlen_create(end_name_hash(hash), len); in hash_name()
/linux-4.19.296/fs/isofs/
Dinode.c196 qstr->hash = end_name_hash(hash); in isofs_hashi_common()