Lines Matching refs:mze_hash
396 return (TREE_CMP((uint64_t)(mze1->mze_hash) << 32 | mze1->mze_cd, in mze_compare()
397 (uint64_t)(mze2->mze_hash) << 32 | mze2->mze_cd)); in mze_compare()
413 mze.mze_hash = hash >> 32; in ZFS_BTREE_FIND_IN_BUF_FUNC()
431 mze_tofind.mze_hash = zn->zn_hash >> 32; in mze_find()
437 for (; mze && mze->mze_hash == mze_tofind.mze_hash; in mze_find()
459 mze_tofind.mze_hash = hash; in mze_find_unused_cd()
464 mze && mze->mze_hash == hash; in mze_find_unused_cd()
496 mze_tofind.mze_hash = hash; in mze_canfit_fzap_leaf()
500 mze && mze->mze_hash == hash; in mze_canfit_fzap_leaf()
1070 other && other->mze_hash == mze->mze_hash; in mzap_normalization_conflict()
1086 other && other->mze_hash == mze->mze_hash; in mzap_normalization_conflict()
1929 mze_tofind.mze_hash = zc->zc_hash >> 32; in zap_cursor_retrieve()
1949 zc->zc_hash = (uint64_t)mze->mze_hash << 32; in zap_cursor_retrieve()