Home
last modified time | relevance | path

Searched refs:mzap_ent_phys_t (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h57 } mzap_ent_phys_t; typedef
64 mzap_ent_phys_t mz_chunk[1];
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c425 ASSERT3U(MZAP_ENT_LEN, ==, sizeof (mzap_ent_phys_t)); in mzap_open()
472 mzap_ent_phys_t *mze = in mzap_open()
679 mzap_ent_phys_t *mze = &mzp->mz_chunk[i]; in mzap_upgrade()
1221 mzap_ent_phys_t *mze = &zap_m_phys(zap)->mz_chunk[i]; in mzap_addent()
1232 mzap_ent_phys_t *mze = &zap_m_phys(zap)->mz_chunk[i]; in mzap_addent()
1504 memset(MZE_PHYS(zap, mze), 0, sizeof (mzap_ent_phys_t)); in zap_remove_impl()
1715 mzap_ent_phys_t *mzep = MZE_PHYS(zc->zc_zap, mze); in zap_cursor_retrieve()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1527 ((MZAP_MAX_BLKSZ - sizeof(mzap_phys_t)) / sizeof(mzap_ent_phys_t) + 1)
1536 } mzap_ent_phys_t; typedef
1543 mzap_ent_phys_t mz_chunk[1];
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c202 mzap_ent_phys_t *ment; in zap_micro_write()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2408 const mzap_ent_phys_t *mze; in mzap_lookup()
2765 const mzap_ent_phys_t *mze; in mzap_list()
2921 const mzap_ent_phys_t *mze; in mzap_rlookup()
H A Dzfs.c229 mzap_ent_phys_t mze; in zfs_readdir()