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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap_micro.c261 if (mze1->mze_hash > mze2->mze_hash)
263 if (mze1->mze_hash < mze2->mze_hash)
283 mze->mze_hash = hash;
305 mze_tofind.mze_hash = zn->zn_hash;
312 for (; mze && mze->mze_hash == zn->zn_hash; mze = AVL_NEXT(avl, mze)) {
336 mze_tofind.mze_hash = hash;
341 mze && mze->mze_hash == hash; mze = AVL_NEXT(avl, mze)) {
798 other && other->mze_hash
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzap_impl.h70 uint64_t mze_hash; member in struct:mzap_ent

Completed in 127 milliseconds