Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c256 const mzap_ent_t *mze1 = arg1; in mze_compare()
257 const mzap_ent_t *mze2 = arg2; in mze_compare()
273 mzap_ent_t *mze; in mze_insert()
278 mze = kmem_alloc(sizeof (mzap_ent_t), KM_SLEEP); in mze_insert()
286 static mzap_ent_t *
289 mzap_ent_t mze_tofind; in mze_find()
290 mzap_ent_t *mze; in mze_find()
319 mzap_ent_t mze_tofind; in mze_find_unused_cd()
320 mzap_ent_t *mze; in mze_find_unused_cd()
343 mze_remove(zap_t *zap, mzap_ent_t *mze) in mze_remove()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h71 } mzap_ent_t; typedef