Home
last modified time | relevance | path

Searched refs:hfs_strhash (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dstring.c84 unsigned int hfs_strhash(const unsigned char *name, unsigned int len) in hfs_strhash() function
Dsysdep.c67 this->hash = hfs_strhash(this->name, this->len); in hfs_hash_dentry()
Dhfs.h509 extern unsigned int hfs_strhash(const unsigned char *, unsigned int);
523 this.hash = hfs_strhash(name, len); in hfs_lookup_dentry()
Dcatalog.c136 hfs_strhash(key->CName.Name, key->CName.Len); in hashfn()
DChangeLog87 * string.c (hfs_strcmp, hfs_streq, hfs_strhash): converted them to
497 Make hfs_strhash() return an unsigned int.
1582 Add hfs_strhash(), a simplistic case-independent hash function.