Searched refs:objset_phys_t (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.sbin/makefs/zfs/ |
H A D | objset.c | 49 objset_phys_t *phys; 83 os->osblksz = sizeof(objset_phys_t); in objset_alloc()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu_objset.h | 95 } objset_phys_t; typedef 108 objset_phys_t *os_phys;
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1351 } objset_phys_t; typedef 1973 objset_phys_t *vim_objset; 2054 objset_phys_t *spa_mos; /* MOS for this pool */ 2060 objset_phys_t spa_mos_master; /* MOS for this pool */ 2062 objset_phys_t spa_mos_checkpoint; /* Checkpoint MOS */
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_traverse.c | 402 objset_phys_t *osp; in traverse_visitbp() 673 objset_phys_t *osp; in traverse_impl()
|
H A D | dmu_objset.c | 392 objset_phys_t *osp = buf; in dmu_objset_byteswap() 395 size == sizeof (objset_phys_t)); in dmu_objset_byteswap() 403 if (size >= sizeof (objset_phys_t)) in dmu_objset_byteswap() 531 size = sizeof (objset_phys_t); in dmu_objset_open_impl() 548 sizeof (objset_phys_t) : OBJSET_PHYS_SIZE_V1; in dmu_objset_open_impl()
|
H A D | dsl_scan.c | 2055 objset_phys_t *osp = buf->b_data; in dsl_scan_prefetch_cb() 2275 objset_phys_t *osp; in dsl_scan_recurse()
|
H A D | dsl_crypt.c | 2715 objset_phys_t *osp = buf; in spa_do_crypt_objset_mac_abd()
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 49 objset_phys_t objset; 154 static int objset_get_dnode(const spa_t *, const objset_phys_t *, uint64_t, 161 vdev_indirect_mapping_t *vdev_indirect_mapping_open(spa_t *, objset_phys_t *, 290 vdev_indirect_mapping_open(spa_t *spa, objset_phys_t *os, in vdev_indirect_mapping_open() 2905 objset_get_dnode(const spa_t *spa, const objset_phys_t *os, uint64_t objnum, in objset_get_dnode() 3302 zfs_mount_dataset(const spa_t *spa, uint64_t objnum, objset_phys_t *objset) in zfs_mount_dataset()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zio_crypt.c | 1027 objset_phys_t *osp = data; in zio_crypt_do_objset_hmacs()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zio_crypt.c | 1143 objset_phys_t *osp = data; in zio_crypt_do_objset_hmacs()
|