Lines Matching refs:mze_tofind
423 mzap_ent_t mze_tofind; in mze_find() local
431 mze_tofind.mze_hash = zn->zn_hash >> 32; in mze_find()
432 mze_tofind.mze_cd = 0; in mze_find()
434 mze = zfs_btree_find(tree, &mze_tofind, idx); in mze_find()
437 for (; mze && mze->mze_hash == mze_tofind.mze_hash; in mze_find()
450 mzap_ent_t mze_tofind; in mze_find_unused_cd() local
459 mze_tofind.mze_hash = hash; in mze_find_unused_cd()
460 mze_tofind.mze_cd = 0; in mze_find_unused_cd()
463 for (mzap_ent_t *mze = zfs_btree_find(tree, &mze_tofind, &idx); in mze_find_unused_cd()
489 mzap_ent_t mze_tofind; in mze_canfit_fzap_leaf() local
496 mze_tofind.mze_hash = hash; in mze_canfit_fzap_leaf()
497 mze_tofind.mze_cd = 0; in mze_canfit_fzap_leaf()
499 for (mzap_ent_t *mze = zfs_btree_find(tree, &mze_tofind, &idx); in mze_canfit_fzap_leaf()
1927 mzap_ent_t mze_tofind; in zap_cursor_retrieve() local
1929 mze_tofind.mze_hash = zc->zc_hash >> 32; in zap_cursor_retrieve()
1930 mze_tofind.mze_cd = zc->zc_cd; in zap_cursor_retrieve()
1933 &mze_tofind, &idx); in zap_cursor_retrieve()