Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:split_hash

265     uint32_t *split_hash, struct ext2fs_direct *entry)
320 *split_hash = sort_info[i + 1].h_hash;
325 if (*split_hash == sort_info[i].h_hash)
326 *split_hash += 1;
358 if (entry_hash >= *split_hash) {
392 uint32_t blksize, dirlen, split_hash;
442 hash_version, &split_hash, new_entry);
443 ext2fs_htree_insert_entry(&info, split_hash, 2);
490 uint32_t dirhash, split_hash;
555 split_hash = ext2fs_htree_get_hash(entries + src_ent_num);
577 split_hash, blknum);
621 fs->e3fs_hash_seed, hash_version, &split_hash, entry);
627 ext2fs_htree_insert_entry(&info, split_hash, blknum);