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()
767 char *hash_in; in new_hashed_relocation() local
770 hash_in = (char *)&hint->key.k_dir_id; in new_hashed_relocation()
774 hash_in = (char *)&hint->key.k_dir_id; in new_hashed_relocation()
777 hash_in = (char *)(&INODE_PKEY(hint->inode)->k_dir_id); in new_hashed_relocation()
779 hash_in = in new_hashed_relocation()
784 hint->beg + keyed_hash(hash_in, 4) % (hint->end - hint->beg); in new_hashed_relocation()
927 char *hash_in; in hash_formatted_node() local
930 hash_in = (char *)&hint->key.k_dir_id; in hash_formatted_node()
932 hash_in = (char *)(&INODE_PKEY(hint->inode)->k_dir_id); in hash_formatted_node()
934 hash_in = (char *)(&INODE_PKEY(hint->inode)->k_objectid); in hash_formatted_node()
937 hint->beg + keyed_hash(hash_in, 4) % (hint->end - hint->beg); in hash_formatted_node()
963 u32 hash_in; in old_hashed_relocation() local
969 hash_in = le32_to_cpu((INODE_PKEY(hint->inode))->k_dir_id); in old_hashed_relocation()
971 hint->beg + (u32) keyed_hash(((char *)(&hash_in)), in old_hashed_relocation()