Lines Matching refs:hash
789 /* Simple function to return a 64 bit hash of string. Rarely called */
793 __u64 hash = 0;
796 hash = (hash + (__u64) *str++) * hash_mult;
798 return hash;
1290 unsigned long hash;
1296 /* hash down to 32-bits on 32-bit arch */
1297 hash = cifs_uniqueid_to_ino_t(fattr->cf_uniqueid);
1299 inode = iget5_locked(sb, hash, cifs_find_inode, cifs_init_inode, fattr);
1317 inode->i_ino = hash;