Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h66 } mzap_phys_t; typedef
178 static inline mzap_phys_t *
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c201 mzap_phys_t *mzap; in zap_micro_write()
206 mzap = (mzap_phys_t *)&zfs->filebuf[0]; in zap_micro_write()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2405 mzap_lookup(const mzap_phys_t *mz, size_t size, const char *name, in mzap_lookup()
2742 rc = mzap_lookup((const mzap_phys_t *)zap, size, name, value); in zap_lookup()
2762 mzap_list(const mzap_phys_t *mz, size_t size, in mzap_list()
2895 rc = mzap_list((const mzap_phys_t *)zap, size, in zap_list()
2919 mzap_rlookup(const mzap_phys_t *mz, size_t size, char *name, uint64_t value) in mzap_rlookup()
3035 rc = mzap_rlookup((const mzap_phys_t *)zap, size, in zap_rlookup()
3284 err = mzap_list((const mzap_phys_t *)zap, size, in zfs_callback_dataset()
3459 rc = mzap_list((const mzap_phys_t *)zap, size, check_feature); in check_mos_features()
H A Dzfs.c250 fp->f_seekp = offsetof(mzap_phys_t, mz_chunk); in zfs_readdir()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c350 mzap_byteswap(mzap_phys_t *buf, size_t size) in mzap_byteswap()
771 mzap_phys_t *mzp = vmem_alloc(sz, KM_SLEEP); in mzap_upgrade()
835 mzap_phys_t *zp = db->db_data; in mzap_create_impl()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1527 ((MZAP_MAX_BLKSZ - sizeof(mzap_phys_t)) / sizeof(mzap_ent_phys_t) + 1)
1545 } mzap_phys_t; typedef