Searched refs:hash_version (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_htree.c | 73 int namelen, uint32_t *hash, uint8_t *hash_version, 94 uint32_t *hash_seed, uint8_t hash_version, 270 uint8_t hash_version; in ext2_htree_find_leaf() local 290 hash_version = rootp->h_info.h_hash_version; in ext2_htree_find_leaf() 291 if (hash_version <= EXT2_HTREE_TEA) in ext2_htree_find_leaf() 292 hash_version += m_fs->e2fs_uhash; in ext2_htree_find_leaf() 293 *hash_ver = hash_version; in ext2_htree_find_leaf() 297 hash_version, &hash_major, &hash_minor); in ext2_htree_find_leaf() 364 uint8_t hash_version; in ext2_htree_lookup() local 376 &hash_version, &info)) in ext2_htree_lookup() [all …]
|
| H A D | ext2_hash.c | 254 uint32_t *hash_seed, int hash_version, in ext2_htree_hash() argument 276 switch (hash_version) { in ext2_htree_hash()
|