Searched refs:hfs_strhash (Results 1 – 5 of 5) sorted by relevance
84 unsigned int hfs_strhash(const unsigned char *name, unsigned int len) in hfs_strhash() function
67 this->hash = hfs_strhash(this->name, this->len); in hfs_hash_dentry()
509 extern unsigned int hfs_strhash(const unsigned char *, unsigned int);523 this.hash = hfs_strhash(name, len); in hfs_lookup_dentry()
136 hfs_strhash(key->CName.Name, key->CName.Len); in hashfn()
87 * string.c (hfs_strcmp, hfs_streq, hfs_strhash): converted them to497 Make hfs_strhash() return an unsigned int.1582 Add hfs_strhash(), a simplistic case-independent hash function.