Searched defs:mze_tofind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c291 mzap_ent_t mze_tofind; local
299 mze_tofind.mze_hash = zn->zn_hash;
300 mze_tofind.mze_cd = 0;
303 mze = avl_find(avl, &mze_tofind, &idx);
321 mzap_ent_t mze_tofind; local
330 mze_tofind.mze_hash = hash;
331 mze_tofind.mze_cd = 0;
334 for (mze = avl_find(avl, &mze_tofind, &idx);
1351 mzap_ent_t mze_tofind; local
1381 mze_tofind
[all...]

Completed in 64 milliseconds