Home
last modified time | relevance | path

Searched refs:mze_hash (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c395 return (TREE_CMP((uint64_t)(mze1->mze_hash) << 32 | mze1->mze_cd, in mze_compare()
396 (uint64_t)(mze2->mze_hash) << 32 | mze2->mze_cd)); in mze_compare()
412 mze.mze_hash = hash >> 32; in ZFS_BTREE_FIND_IN_BUF_FUNC()
430 mze_tofind.mze_hash = zn->zn_hash >> 32; in mze_find()
436 for (; mze && mze->mze_hash == mze_tofind.mze_hash; in mze_find()
458 mze_tofind.mze_hash = hash; in mze_find_unused_cd()
463 mze && mze->mze_hash == hash; in mze_find_unused_cd()
495 mze_tofind.mze_hash = hash; in mze_canfit_fzap_leaf()
499 mze && mze->mze_hash == hash; in mze_canfit_fzap_leaf()
1069 other && other->mze_hash == mze->mze_hash; in mzap_normalization_conflict()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h69 uint32_t mze_hash; member