Searched refs:end_name_hash (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/linux/
H A Dstringhash.h32 * hash = end_name_hash(hash);
53 static inline unsigned int end_name_hash(unsigned long hash) function
/linux-master/fs/hpfs/
H A Ddentry.c33 qstr->hash = end_name_hash(hash);
/linux-master/fs/hfs/
H A Dstring.c65 this->hash = end_name_hash(hash);
/linux-master/fs/unicode/
H A Dutf8-core.c136 str->hash = end_name_hash(hash);
/linux-master/fs/ntfs3/
H A Dnamei.c490 name->hash = end_name_hash(hash);
522 name->hash = end_name_hash(hash);
/linux-master/fs/efivarfs/
H A Dsuper.c157 qstr->hash = end_name_hash(hash);
/linux-master/fs/adfs/
H A Ddir.c409 qstr->hash = end_name_hash(hash);
/linux-master/fs/hfsplus/
H A Dunicode.c426 str->hash = end_name_hash(hash);
/linux-master/fs/affs/
H A Dnamei.c61 qstr->hash = end_name_hash(hash);
/linux-master/fs/exfat/
H A Dnamei.c102 qstr->hash = end_name_hash(hash);
163 qstr->hash = end_name_hash(hash);
/linux-master/fs/fat/
H A Dnamei_vfat.c147 qstr->hash = end_name_hash(hash);
/linux-master/fs/smb/client/
H A Ddir.c842 q->hash = end_name_hash(hash);
/linux-master/fs/jfs/
H A Dnamei.c1558 this->hash = end_name_hash(hash);
/linux-master/fs/isofs/
H A Dinode.c194 qstr->hash = end_name_hash(hash);
/linux-master/fs/kernfs/
H A Ddir.c318 hash = end_name_hash(hash);
/linux-master/fs/
H A Dnamei.c2201 return end_name_hash(hash);
2217 return hashlen_create(end_name_hash(hash), len);
2236 return hashlen_create(end_name_hash(hash), len);

Completed in 379 milliseconds