Searched refs:split_hash (Results 1 – 1 of 1) sorted by relevance
265 uint32_t *split_hash, struct ext2fs_direct *entry) in ext2fs_htree_split_dirblock() argument320 *split_hash = sort_info[i + 1].h_hash; in ext2fs_htree_split_dirblock()325 if (*split_hash == sort_info[i].h_hash) in ext2fs_htree_split_dirblock()326 *split_hash += 1; in ext2fs_htree_split_dirblock()358 if (entry_hash >= *split_hash) { in ext2fs_htree_split_dirblock()392 uint32_t blksize, dirlen, split_hash; in ext2fs_htree_create_index() local442 hash_version, &split_hash, new_entry); in ext2fs_htree_create_index()443 ext2fs_htree_insert_entry(&info, split_hash, 2); in ext2fs_htree_create_index()490 uint32_t dirhash, split_hash; in ext2fs_htree_add_entry() local555 split_hash = ext2fs_htree_get_hash(entries + src_ent_num); in ext2fs_htree_add_entry()[all …]