Lines Matching refs:split_hash
97 uint32_t *split_hash, struct ext2fs_direct_2 *entry);
538 uint32_t *split_hash, struct ext2fs_direct_2 *entry) in ext2_htree_split_dirblock() argument
599 *split_hash = le32toh(sort_info[i + 1].h_hash); in ext2_htree_split_dirblock()
604 if (*split_hash == le32toh(sort_info[i].h_hash)) in ext2_htree_split_dirblock()
605 *split_hash += 1; in ext2_htree_split_dirblock()
638 if (entry_hash >= *split_hash) { in ext2_htree_split_dirblock()
677 uint32_t blksize, dirlen, split_hash; in ext2_htree_create_index() local
731 hash_version, &split_hash, new_entry); in ext2_htree_create_index()
732 ext2_htree_insert_entry(&info, split_hash, 2); in ext2_htree_create_index()
788 uint32_t dirhash, split_hash; in ext2_htree_add_entry() local
854 split_hash = ext2_htree_get_hash(entries + src_ent_num); in ext2_htree_add_entry()
877 split_hash, blknum); in ext2_htree_add_entry()
922 hash_seed, hash_version, &split_hash, entry); in ext2_htree_add_entry()
928 ext2_htree_insert_entry(&info, split_hash, blknum); in ext2_htree_add_entry()