Searched refs:minor_hash (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | htree.c | 44 ext2_dirhash_t hash, minor_hash; in htree_dump_leaf_node() local 96 &hash, &minor_hash); in htree_dump_leaf_node() 114 dirent->inode, hash, minor_hash, in htree_dump_leaf_node() 311 ext2_dirhash_t hash, minor_hash; in do_dx_hash() local 359 hash_seed, &hash, &minor_hash); in do_dx_hash() 366 hash, minor_hash); in do_dx_hash()
|
/external/e2fsprogs/lib/ext2fs/ |
D | dirhash.c | 201 __u32 minor_hash = 0; in ext2fs_dirhash() local 241 minor_hash = buf[2]; in ext2fs_dirhash() 256 minor_hash = buf[1]; in ext2fs_dirhash() 264 *ret_minor_hash = minor_hash; in ext2fs_dirhash()
|
D | ext2_fs.h | 1032 __le32 minor_hash; member 1042 ext2fs_le32_to_cpu(EXT2_DIRENT_HASHES(entry)->minor_hash)
|
/external/e2fsprogs/e2fsck/ |
D | rehash.c | 92 ext2_dirhash_t minor_hash; member 208 ent->minor_hash = EXT2_DIRENT_MINOR_HASH(dirent); in fill_dir_block() 210 ent->hash = ent->minor_hash = 0; in fill_dir_block() 216 &ent->hash, &ent->minor_hash); in fill_dir_block() 272 if (he_a->minor_hash > he_b->minor_hash) in hash_cmp() 274 else if (he_a->minor_hash < he_b->minor_hash) in hash_cmp() 457 &ent->hash, &ent->minor_hash); in duplicate_search_and_fix() 557 EXT2_DIRENT_HASHES(dirent)->minor_hash = in copy_dir_entries() 558 ext2fs_cpu_to_le32(ent->minor_hash); in copy_dir_entries()
|