Searched refs:mzap_phys_t (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/ |
| HD | zap_impl.h | 66 } mzap_phys_t; typedef 177 static inline mzap_phys_t *
|
| /freebsd-13-stable/stand/libsa/zfs/ |
| HD | zfsimpl.c | 2423 mzap_lookup(const mzap_phys_t *mz, size_t size, const char *name, in mzap_lookup() 2760 rc = mzap_lookup((const mzap_phys_t *)zap, size, name, value); in zap_lookup() 2780 mzap_list(const mzap_phys_t *mz, size_t size, in mzap_list() 2913 rc = mzap_list((const mzap_phys_t *)zap, size, in zap_list() 2937 mzap_rlookup(const mzap_phys_t *mz, size_t size, char *name, uint64_t value) in mzap_rlookup() 3053 rc = mzap_rlookup((const mzap_phys_t *)zap, size, in zap_rlookup() 3250 err = mzap_list((const mzap_phys_t *)zap, size, in zfs_callback_dataset() 3425 rc = mzap_list((const mzap_phys_t *)zap, size, check_feature); in check_mos_features()
|
| HD | zfs.c | 251 fp->f_seekp = offsetof(mzap_phys_t, mz_chunk); in zfs_readdir()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zap_micro.c | 259 mzap_byteswap(mzap_phys_t *buf, size_t size) in mzap_byteswap() 652 mzap_phys_t *mzp = vmem_alloc(sz, KM_SLEEP); in mzap_upgrade() 716 mzap_phys_t *zp = db->db_data; in mzap_create_impl()
|
| /freebsd-13-stable/sys/cddl/boot/zfs/ |
| HD | zfsimpl.h | 1508 ((MZAP_MAX_BLKSZ - sizeof(mzap_phys_t)) / sizeof(mzap_ent_phys_t) + 1) 1526 } mzap_phys_t; typedef
|