Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c392 const mzap_ent_t *mze1 = arg1; in mze_compare()
393 const mzap_ent_t *mze2 = arg2; in mze_compare()
399 ZFS_BTREE_FIND_IN_BUF_FUNC(mze_find_in_buf, mzap_ent_t, in ZFS_BTREE_FIND_IN_BUF_FUNC() argument
405 mzap_ent_t mze; in ZFS_BTREE_FIND_IN_BUF_FUNC()
419 static mzap_ent_t *
422 mzap_ent_t mze_tofind; in mze_find()
423 mzap_ent_t *mze; in mze_find()
449 mzap_ent_t mze_tofind; in mze_find_unused_cd()
462 for (mzap_ent_t *mze = zfs_btree_find(tree, &mze_tofind, &idx); in mze_find_unused_cd()
488 mzap_ent_t mze_tofind; in mze_canfit_fzap_leaf()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h72 } mzap_ent_t; typedef