Home
last modified time | relevance | path

Searched refs:minor_hash (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/debugfs/
Dhtree.c43 ext2_dirhash_t hash, minor_hash; in htree_dump_leaf_node() local
89 &hash, &minor_hash); in htree_dump_leaf_node()
94 dirent->inode, hash, minor_hash, rec_len, name); in htree_dump_leaf_node()
271 ext2_dirhash_t hash, minor_hash; in do_dx_hash() local
305 hash_seed, &hash, &minor_hash); in do_dx_hash()
311 hash, minor_hash); in do_dx_hash()
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c195 __u32 minor_hash = 0; in ext2fs_dirhash() local
235 minor_hash = buf[2]; in ext2fs_dirhash()
250 minor_hash = buf[1]; in ext2fs_dirhash()
258 *ret_minor_hash = minor_hash; in ext2fs_dirhash()
/external/e2fsprogs/e2fsck/
Drehash.c68 ext2_dirhash_t minor_hash; member
154 ent->hash = ent->minor_hash = 0; in fill_dir_block()
159 &ent->hash, &ent->minor_hash); in fill_dir_block()
213 if (he_a->minor_hash > he_b->minor_hash) in hash_cmp()
215 else if (he_a->minor_hash < he_b->minor_hash) in hash_cmp()
389 &ent->hash, &ent->minor_hash); in duplicate_search_and_fix()