Home
last modified time | relevance | path

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

/external/e2fsprogs/debugfs/
Dhtree.c44 ext2_dirhash_t hash, minor_hash; in htree_dump_leaf_node() local
94 &hash, &minor_hash); in htree_dump_leaf_node()
112 dirent->inode, hash, minor_hash, in htree_dump_leaf_node()
306 ext2_dirhash_t hash, minor_hash; in do_dx_hash() local
340 hash_seed, &hash, &minor_hash); in do_dx_hash()
346 hash, minor_hash); in do_dx_hash()
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c196 __u32 minor_hash = 0; in ext2fs_dirhash() local
236 minor_hash = buf[2]; in ext2fs_dirhash()
251 minor_hash = buf[1]; in ext2fs_dirhash()
259 *ret_minor_hash = minor_hash; in ext2fs_dirhash()
/external/e2fsprogs/e2fsck/
Drehash.c92 ext2_dirhash_t minor_hash; member
185 ent->hash = ent->minor_hash = 0; in fill_dir_block()
190 &ent->hash, &ent->minor_hash); in fill_dir_block()
246 if (he_a->minor_hash > he_b->minor_hash) in hash_cmp()
248 else if (he_a->minor_hash < he_b->minor_hash) in hash_cmp()
420 &ent->hash, &ent->minor_hash); in duplicate_search_and_fix()