Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c308 mzap_ent_t mze_tofind; in mze_find() local
316 mze_tofind.mze_hash = zn->zn_hash; in mze_find()
317 mze_tofind.mze_cd = 0; in mze_find()
319 mze = avl_find(avl, &mze_tofind, &idx); in mze_find()
334 mzap_ent_t mze_tofind; in mze_find_unused_cd() local
341 mze_tofind.mze_hash = hash; in mze_find_unused_cd()
342 mze_tofind.mze_cd = 0; in mze_find_unused_cd()
345 for (mzap_ent_t *mze = avl_find(avl, &mze_tofind, &idx); in mze_find_unused_cd()
1496 mzap_ent_t mze_tofind; in zap_cursor_retrieve() local
1498 mze_tofind.mze_hash = zc->zc_hash; in zap_cursor_retrieve()
[all …]