Searched refs:split_hash (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/fs/ext2fs/ |
| H A D | ext2_htree.c | 598 *split_hash = le32toh(sort_info[i + 1].h_hash); in ext2_htree_split_dirblock() 603 if (*split_hash == le32toh(sort_info[i].h_hash)) in ext2_htree_split_dirblock() 604 *split_hash += 1; in ext2_htree_split_dirblock() 637 if (entry_hash >= *split_hash) { in ext2_htree_split_dirblock() 676 uint32_t blksize, dirlen, split_hash; in ext2_htree_create_index() local 730 hash_version, &split_hash, new_entry); in ext2_htree_create_index() 731 ext2_htree_insert_entry(&info, split_hash, 2); in ext2_htree_create_index() 787 uint32_t dirhash, split_hash; in ext2_htree_add_entry() local 876 split_hash, blknum); in ext2_htree_add_entry() 921 hash_seed, hash_version, &split_hash, entry); in ext2_htree_add_entry() [all …]
|