Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzap_micro.c255 if (mze1->mze_hash > mze2->mze_hash) in mze_compare()
257 if (mze1->mze_hash < mze2->mze_hash) in mze_compare()
277 mze->mze_hash = hash; in mze_insert()
299 mze_tofind.mze_hash = zn->zn_hash; in mze_find()
306 for (; mze && mze->mze_hash == zn->zn_hash; mze = AVL_NEXT(avl, mze)) { in mze_find()
330 mze_tofind.mze_hash = hash; in mze_find_unused_cd()
335 mze && mze->mze_hash == hash; mze = AVL_NEXT(avl, mze)) { in mze_find_unused_cd()
740 other && other->mze_hash == mze->mze_hash; in mzap_normalization_conflict()
1292 mze_tofind.mze_hash = zc->zc_hash; in zap_cursor_retrieve()
1309 zc->zc_hash = mze->mze_hash; in zap_cursor_retrieve()
[all …]
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzap_impl.h68 uint64_t mze_hash; member