Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c281 const mzap_ent_t *mze1 = arg1; in mze_compare()
282 const mzap_ent_t *mze2 = arg2; in mze_compare()
297 mzap_ent_t *mze = kmem_alloc(sizeof (mzap_ent_t), KM_SLEEP); in mze_insert()
305 static mzap_ent_t *
308 mzap_ent_t mze_tofind; in mze_find()
309 mzap_ent_t *mze; in mze_find()
334 mzap_ent_t mze_tofind; in mze_find_unused_cd()
345 for (mzap_ent_t *mze = avl_find(avl, &mze_tofind, &idx); in mze_find_unused_cd()
356 mze_remove(zap_t *zap, mzap_ent_t *mze) in mze_remove()
362 kmem_free(mze, sizeof (mzap_ent_t)); in mze_remove()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h74 } mzap_ent_t; typedef