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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap_micro.c258 const mzap_ent_t *mze1 = arg1;
259 const mzap_ent_t *mze2 = arg2;
275 mzap_ent_t *mze;
281 mze = kmem_alloc(sizeof (mzap_ent_t), KM_SLEEP);
287 kmem_free(mze, sizeof (mzap_ent_t));
294 static mzap_ent_t *
297 mzap_ent_t mze_tofind;
298 mzap_ent_t *mze;
327 mzap_ent_t mze_tofind;
328 mzap_ent_t *mz
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzap_impl.h72 } mzap_ent_t; typedef in typeref:struct:mzap_ent

Completed in 499 milliseconds