Home
last modified time | relevance | path

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

/external/e2fsprogs/debugfs/
Dhtree.c43 ext2_dirhash_t hash, minor_hash; in htree_dump_leaf_node() local
90 &hash, &minor_hash); in htree_dump_leaf_node()
95 hash, minor_hash, rec_len, name); in htree_dump_leaf_node()
297 ext2_dirhash_t hash, minor_hash; in do_dx_hash() local
331 hash_seed, &hash, &minor_hash); in do_dx_hash()
337 hash, minor_hash); in do_dx_hash()
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c195 __u32 minor_hash = 0; in ext2fs_dirhash() local
233 minor_hash = buf[2]; in ext2fs_dirhash()
247 minor_hash = buf[1]; in ext2fs_dirhash()
255 *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()
/external/kernel-headers/original/linux/
Dext3_fs.h679 u32 minor_hash; member
773 __u32 minor_hash,