HomeSort by: relevance | last modified time | path
    Searched refs:mzap_ent_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_micro.c 258 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 *mze
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap_impl.h 72 } mzap_ent_t; typedef in typeref:struct:mzap_ent

Completed in 54 milliseconds