Searched refs:keyed_hash (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/fs/reiserfs/ |
H A D | hashes.c | 44 u32 keyed_hash(const signed char *msg, int len) keyed_hash() function
|
H A D | bitmap.c | 284 hash = keyed_hash(hash_in, 4); bmap_hash_id() 784 hint->beg + keyed_hash(hash_in, 4) % (hint->end - hint->beg); new_hashed_relocation() 916 keyed_hash((char *)(&INODE_PKEY(hint->inode)->k_dir_id), displace_large_file() 921 keyed_hash((char *)(&INODE_PKEY(hint->inode)->k_objectid), displace_large_file() 937 hint->beg + keyed_hash(hash_in, 4) % (hint->end - hint->beg); hash_formatted_node() 955 hint->beg + keyed_hash((char *)(&key->k_objectid), displace_new_packing_locality() 971 hint->beg + (u32) keyed_hash(((char *)(&hash_in)), old_hashed_relocation() 1003 (keyed_hash((char *)(&key->k_dir_id), 4) % 100) * (hint->end / 100); hundredth_slices()
|
H A D | super.c | 1716 teahash = GET_HASH_VALUE(keyed_hash(de.de_name, de.de_namelen)); find_hash_out() 1817 return keyed_hash; hash_function() 1831 if (func == keyed_hash) function2code()
|
H A D | reiserfs.h | 3385 __u32 keyed_hash(const signed char *msg, int len);
|
Completed in 180 milliseconds