Lines Matching refs:hash_in
276 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
938 hash_in = (char *)&hint->key.k_dir_id; in hash_formatted_node()
940 hash_in = (char *)(&INODE_PKEY(hint->inode)->k_dir_id); in hash_formatted_node()
942 hash_in = (char *)(&INODE_PKEY(hint->inode)->k_objectid); in hash_formatted_node()
945 hint->beg + keyed_hash(hash_in, 4) % (hint->end - hint->beg); in hash_formatted_node()
971 u32 hash_in; in old_hashed_relocation() local
977 hash_in = le32_to_cpu((INODE_PKEY(hint->inode))->k_dir_id); in old_hashed_relocation()
979 hint->beg + (u32) keyed_hash(((char *)(&hash_in)), in old_hashed_relocation()