Home
last modified time | relevance | path

Searched refs:hash_version (Results 1 – 7 of 7) sorted by relevance

/third_party/e2fsprogs/debugfs/
Dhtree.c70 hash_alg = rootnode->hash_version; in htree_dump_leaf_node()
305 fprintf(pager, "\t Hash Version: %d\n", rootnode->hash_version); in do_htree_dump()
338 int hash_version = 0; in do_dx_hash() local
349 hash_version = e2p_string2hash(optarg); in do_dx_hash()
350 if (hash_version < 0) in do_dx_hash()
351 hash_version = atoi(optarg); in do_dx_hash()
381 err = ext2fs_dirhash2(hash_version, argv[optind], in do_dx_hash()
/third_party/e2fsprogs/e2fsck/
Dpass1.c2697 pctx->num = root->hash_version; in handle_htree()
2698 if ((root->hash_version != EXT2_HASH_LEGACY) && in handle_htree()
2699 (root->hash_version != EXT2_HASH_HALF_MD4) && in handle_htree()
2700 (root->hash_version != EXT2_HASH_TEA) && in handle_htree()
2701 (root->hash_version != EXT2_HASH_SIPHASH) && in handle_htree()
2706 if (root->hash_version != EXT2_HASH_SIPHASH && in handle_htree()
2710 if (root->hash_version == EXT2_HASH_SIPHASH && in handle_htree()
Drehash.c685 root->hash_version = EXT2_HASH_SIPHASH; in set_root_node()
687 root->hash_version = fs->super->s_def_hash_version; in set_root_node()
Dpass2.c656 printf("\t Hash Version: %u\n", root->hash_version); in parse_int_node()
1253 dx_dir->hashversion = root->hash_version; in check_dir_block()
/third_party/e2fsprogs/lib/ext2fs/
Dlink.c115 hash_alg = root->hash_version; in dx_lookup()
Dext2_fs.h241 __u8 hash_version; /* 0 now, 1 at release */ member
/third_party/e2fsprogs/ext2ed/
Dext2.descriptors409 __u8 hash_version; /* 0 now, 1 at release */