Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstringhash.h53 static inline unsigned int end_name_hash(unsigned long hash) in end_name_hash() function
/linux/fs/hpfs/
H A Ddentry.c33 qstr->hash = end_name_hash(hash); in hpfs_hash_dentry()
/linux/fs/unicode/
H A Dutf8-core.c136 str->hash = end_name_hash(hash); in utf8_casefold_hash()
/linux/fs/efivarfs/
H A Dsuper.c183 qstr->hash = end_name_hash(hash); in efivarfs_d_hash()
/linux/fs/smb/client/
H A Ddir.c979 q->hash = end_name_hash(hash);
/linux/fs/kernfs/
H A Ddir.c336 hash = end_name_hash(hash); in kernfs_name_hash()
/linux/fs/
H A Dnamei.c2513 return end_name_hash(hash); in full_name_hash()
2529 return hashlen_create(end_name_hash(hash), len); in hashlen_string()
2554 nd->last.hash = end_name_hash(hash); in hash_name()