Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hpfs/
Ddentry.c32 qstr->hash = end_name_hash(hash); in hpfs_hash_dentry()
/linux-4.4.14/fs/hfs/
Dstring.c65 this->hash = end_name_hash(hash); in hfs_hash_dentry()
/linux-4.4.14/fs/adfs/
Ddir.c220 qstr->hash = end_name_hash(hash); in adfs_hash()
/linux-4.4.14/fs/efivarfs/
Dsuper.c82 qstr->hash = end_name_hash(hash); in efivarfs_d_hash()
/linux-4.4.14/include/linux/
Ddcache.h83 static inline unsigned long end_name_hash(unsigned long hash) in end_name_hash() function
/linux-4.4.14/fs/hfsplus/
Dunicode.c378 str->hash = end_name_hash(hash); in hfsplus_hash_dentry()
/linux-4.4.14/fs/affs/
Dnamei.c79 qstr->hash = end_name_hash(hash); in __affs_hash_dentry()
/linux-4.4.14/fs/cifs/
Ddir.c867 q->hash = end_name_hash(hash); in cifs_ci_hash()
/linux-4.4.14/fs/fat/
Dnamei_vfat.c133 qstr->hash = end_name_hash(hash); in vfat_hashi()
/linux-4.4.14/fs/kernfs/
Ddir.c214 hash = (end_name_hash(hash) ^ hash_ptr((void *)ns, 31)); in kernfs_name_hash()
/linux-4.4.14/fs/jfs/
Dnamei.c1569 this->hash = end_name_hash(hash); in jfs_ci_hash()
/linux-4.4.14/fs/ncpfs/
Ddir.c146 this->hash = end_name_hash(hash); in ncp_hash_dentry()
/linux-4.4.14/fs/isofs/
Dinode.c196 qstr->hash = end_name_hash(hash); in isofs_hashi_common()
/linux-4.4.14/fs/
Dnamei.c1864 return end_name_hash(hash); in full_name_hash()
1883 return hashlen_create(end_name_hash(hash), len); in hash_name()