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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c284 mzap_ent_t mze_tofind; local
292 mze_tofind.mze_hash = zn->zn_hash;
293 mze_tofind.mze_cd = 0;
296 mze = avl_find(avl, &mze_tofind, &idx);
314 mzap_ent_t mze_tofind; local
323 mze_tofind.mze_hash = hash;
324 mze_tofind.mze_cd = 0;
327 for (mze = avl_find(avl, &mze_tofind, &idx);
1250 mzap_ent_t mze_tofind; local
1282 mze_tofind
[all...]

Completed in 110 milliseconds