Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c106 return (TREE_CMP((uint64_t)(mze1->mze_hash) << 32 | mze1->mze_cd, in mze_compare()
107 (uint64_t)(mze2->mze_hash) << 32 | mze2->mze_cd)); in mze_compare()
123 mze.mze_hash = hash >> 32; in ZFS_BTREE_FIND_IN_BUF_FUNC()
141 mze_tofind.mze_hash = zn->zn_hash >> 32; in mze_find()
147 for (; mze && mze->mze_hash == mze_tofind.mze_hash; in mze_find()
169 mze_tofind.mze_hash = hash; in mze_find_unused_cd()
174 mze && mze->mze_hash == hash; in mze_find_unused_cd()
206 mze_tofind.mze_hash = hash; in mze_canfit_fzap_leaf()
210 mze && mze->mze_hash == hash; in mze_canfit_fzap_leaf()
432 other && other->mze_hash == mze->mze_hash; in mzap_normalization_conflict()
[all …]
H A Dzap.c1159 mze_tofind.mze_hash = zc->zc_hash >> 32; in zap_cursor_retrieve()
1179 zc->zc_hash = (uint64_t)mze->mze_hash << 32; in zap_cursor_retrieve()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h71 uint32_t mze_hash; member