Searched refs:mze_tofind (Results 1 – 1 of 1) sorted by relevance
289 mzap_ent_t mze_tofind; in mze_find() local297 mze_tofind.mze_hash = zn->zn_hash; in mze_find()298 mze_tofind.mze_cd = 0; in mze_find()301 mze = avl_find(avl, &mze_tofind, &idx); in mze_find()319 mzap_ent_t mze_tofind; in mze_find_unused_cd() local328 mze_tofind.mze_hash = hash; in mze_find_unused_cd()329 mze_tofind.mze_cd = 0; in mze_find_unused_cd()332 for (mze = avl_find(avl, &mze_tofind, &idx); in mze_find_unused_cd()1255 mzap_ent_t mze_tofind; in zap_cursor_retrieve() local1285 mze_tofind.mze_hash = zc->zc_hash; in zap_cursor_retrieve()[all …]