Home
last modified time | relevance | path

Searched refs:end_name_hash (Results 1 – 10 of 10) 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/adfs/
H A Ddir.c410 qstr->hash = end_name_hash(hash); in adfs_hash()
/linux/fs/smb/client/
H A Ddir.c910 q->hash = end_name_hash(hash);
/linux/fs/fat/
H A Dnamei_vfat.c145 qstr->hash = end_name_hash(hash); in vfat_hashi()
/linux/fs/kernfs/
H A Ddir.c322 hash = end_name_hash(hash); in kernfs_name_hash()
/linux/fs/isofs/
H A Dinode.c194 qstr->hash = end_name_hash(hash); in isofs_hashi_common()
/linux/fs/
H A Dnamei.c2508 return end_name_hash(hash); in full_name_hash()
2524 return hashlen_create(end_name_hash(hash), len); in hashlen_string()
2549 nd->last.hash = end_name_hash(hash); in hash_name()