Searched refs:hash_version (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/ufs/ext2fs/ |
| D | ext2fs_htree.c | 264 uint32_t *hash_seed, uint8_t hash_version, in ext2fs_htree_split_dirblock() argument 286 hash_version, &entry_hash, NULL); in ext2fs_htree_split_dirblock() 298 hash_seed, hash_version, in ext2fs_htree_split_dirblock() 393 uint8_t hash_version; in ext2fs_htree_create_index() local 438 hash_version = root->h_info.h_hash_version; in ext2fs_htree_create_index() 439 if (hash_version <= EXT2_HTREE_TEA) in ext2fs_htree_create_index() 440 hash_version += m_fs->e2fs_uhash; in ext2fs_htree_create_index() 442 hash_version, &split_hash, new_entry); in ext2fs_htree_create_index() 493 uint8_t hash_version; in ext2fs_htree_add_entry() local 513 &dirhash, &hash_version, &info); in ext2fs_htree_add_entry() [all …]
|
| D | ext2fs_hash.c | 241 uint32_t *hash_seed, int hash_version, in ext2fs_htree_hash() argument 263 switch (hash_version) { in ext2fs_htree_hash()
|