Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c284 int cmp = TREE_CMP(mze1->mze_hash, mze2->mze_hash); in mze_compare()
299 mze->mze_hash = hash; in mze_insert()
316 mze_tofind.mze_hash = zn->zn_hash; in mze_find()
322 for (; mze && mze->mze_hash == zn->zn_hash; mze = AVL_NEXT(avl, mze)) { in mze_find()
341 mze_tofind.mze_hash = hash; in mze_find_unused_cd()
346 mze && mze->mze_hash == hash; mze = AVL_NEXT(avl, mze)) { in mze_find_unused_cd()
853 other && other->mze_hash == mze->mze_hash; in mzap_normalization_conflict()
1498 mze_tofind.mze_hash = zc->zc_hash; in zap_cursor_retrieve()
1516 zc->zc_hash = mze->mze_hash; in zap_cursor_retrieve()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h72 uint64_t mze_hash; member