Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c259 if (mze1->mze_hash > mze2->mze_hash) in mze_compare()
261 if (mze1->mze_hash < mze2->mze_hash) in mze_compare()
280 mze->mze_hash = hash; in mze_insert()
297 mze_tofind.mze_hash = zn->zn_hash; in mze_find()
304 for (; mze && mze->mze_hash == zn->zn_hash; mze = AVL_NEXT(avl, mze)) { in mze_find()
328 mze_tofind.mze_hash = hash; in mze_find_unused_cd()
333 mze && mze->mze_hash == hash; mze = AVL_NEXT(avl, mze)) { in mze_find_unused_cd()
733 other && other->mze_hash == mze->mze_hash; in mzap_normalization_conflict()
1285 mze_tofind.mze_hash = zc->zc_hash; in zap_cursor_retrieve()
1302 zc->zc_hash = mze->mze_hash; in zap_cursor_retrieve()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h69 uint64_t mze_hash; member