Searched refs:mzap_phys_t (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | zap_impl.h | 67 } mzap_phys_t; typedef 179 inline mzap_phys_t *
|
| /freebsd-12-stable/stand/libsa/zfs/ |
| D | zfsimpl.c | 2140 mzap_lookup(const mzap_phys_t *mz, size_t size, const char *name, in mzap_lookup() 2476 rc = mzap_lookup((const mzap_phys_t *)zap, size, name, value); in zap_lookup() 2496 mzap_list(const mzap_phys_t *mz, size_t size, in mzap_list() 2629 rc = mzap_list((const mzap_phys_t *)zap, size, in zap_list() 2653 mzap_rlookup(const mzap_phys_t *mz, size_t size, char *name, uint64_t value) in mzap_rlookup() 2769 rc = mzap_rlookup((const mzap_phys_t *)zap, size, in zap_rlookup() 2966 err = mzap_list((const mzap_phys_t *)zap, size, in zfs_callback_dataset() 3141 rc = mzap_list((const mzap_phys_t *)zap, size, check_feature); in check_mos_features()
|
| D | zfs.c | 241 fp->f_seekp = offsetof(mzap_phys_t, mz_chunk); in zfs_readdir()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zap_micro.c | 46 extern inline mzap_phys_t *zap_m_phys(zap_t *zap); 251 mzap_byteswap(mzap_phys_t *buf, size_t size) in mzap_byteswap() 618 mzap_phys_t *mzp = zio_buf_alloc(sz); in mzap_upgrade() 683 mzap_phys_t *zp = db->db_data; in mzap_create_impl()
|
| /freebsd-12-stable/sys/cddl/boot/zfs/ |
| D | zfsimpl.h | 1379 } mzap_phys_t; typedef
|