Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_micro.c282 int cmp = TREE_CMP(mze1->mze_hash, mze2->mze_hash); in mze_compare()
297 mze->mze_hash = hash; in mze_insert()
314 mze_tofind.mze_hash = zn->zn_hash; in mze_find()
320 for (; mze && mze->mze_hash == zn->zn_hash; mze = AVL_NEXT(avl, mze)) { in mze_find()
339 mze_tofind.mze_hash = hash; in mze_find_unused_cd()
344 mze && mze->mze_hash == hash; mze = AVL_NEXT(avl, mze)) { in mze_find_unused_cd()
374 mze_tofind.mze_hash = hash; in mze_canfit_fzap_leaf()
378 mze && mze->mze_hash == hash; mze = AVL_NEXT(avl, mze)) { in mze_canfit_fzap_leaf()
929 other && other->mze_hash == mze->mze_hash; in mzap_normalization_conflict()
1587 mze_tofind.mze_hash = zc->zc_hash; in zap_cursor_retrieve()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap_impl.h71 uint64_t mze_hash; member