Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c289 mzap_ent_t mze_tofind; in mze_find() local
297 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() local
328 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() local
1285 mze_tofind.mze_hash = zc->zc_hash; in zap_cursor_retrieve()
[all …]