Searched refs:hash_version (Results 1 – 7 of 7) sorted by relevance
70 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() local349 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()
2697 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()
685 root->hash_version = EXT2_HASH_SIPHASH; in set_root_node()687 root->hash_version = fs->super->s_def_hash_version; in set_root_node()
656 printf("\t Hash Version: %u\n", root->hash_version); in parse_int_node()1253 dx_dir->hashversion = root->hash_version; in check_dir_block()
115 hash_alg = root->hash_version; in dx_lookup()
241 __u8 hash_version; /* 0 now, 1 at release */ member
409 __u8 hash_version; /* 0 now, 1 at release */