Home
last modified time | relevance | path

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

/linux/fs/reiserfs/
H A Dbitmap.c276 char *hash_in = NULL; in bmap_hash_id() local
283 hash_in = (char *)(&id); in bmap_hash_id()
284 hash = keyed_hash(hash_in, 4); in bmap_hash_id()
775 char *hash_in; in new_hashed_relocation() local
778 hash_in = (char *)&hint->key.k_dir_id; in new_hashed_relocation()
782 hash_in = (char *)&hint->key.k_dir_id; in new_hashed_relocation()
785 hash_in = (char *)(&INODE_PKEY(hint->inode)->k_dir_id); in new_hashed_relocation()
787 hash_in = in new_hashed_relocation()
792 hint->beg + keyed_hash(hash_in, 4) % (hint->end - hint->beg); in new_hashed_relocation()
935 char *hash_in; in hash_formatted_node() local
[all …]