Searched refs:objset_phys_t (Results 1 – 10 of 10) sorted by relevance
| /freebsd/usr.sbin/makefs/zfs/ |
| H A D | objset.c | 50 objset_phys_t *phys; 84 os->osblksz = sizeof(objset_phys_t); in objset_alloc()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dmu_objset.h | 85 } objset_phys_t; typedef 98 objset_phys_t *os_phys;
|
| /freebsd/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 1346 } objset_phys_t; typedef 1968 objset_phys_t *vim_objset; 2049 objset_phys_t *spa_mos; /* MOS for this pool */ 2055 objset_phys_t spa_mos_master; /* MOS for this pool */ 2057 objset_phys_t spa_mos_checkpoint; /* Checkpoint MOS */
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_traverse.c | 401 objset_phys_t *osp; in traverse_visitbp() 672 objset_phys_t *osp; in traverse_impl()
|
| H A D | dmu_objset.c | 378 objset_phys_t *osp = buf; in dmu_objset_byteswap() 381 size == sizeof (objset_phys_t)); in dmu_objset_byteswap() 389 if (size >= sizeof (objset_phys_t)) in dmu_objset_byteswap() 517 size = sizeof (objset_phys_t); in dmu_objset_open_impl() 534 sizeof (objset_phys_t) : OBJSET_PHYS_SIZE_V1; in dmu_objset_open_impl()
|
| H A D | dsl_scan.c | 2173 objset_phys_t *osp = buf->b_data; in dsl_scan_prefetch_cb() 2393 objset_phys_t *osp; in dsl_scan_recurse()
|
| H A D | dsl_crypt.c | 2711 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; 153 static int objset_get_dnode(const spa_t *, const objset_phys_t *, uint64_t, 160 vdev_indirect_mapping_t *vdev_indirect_mapping_open(spa_t *, objset_phys_t *, 288 vdev_indirect_mapping_open(spa_t *spa, objset_phys_t *os, in vdev_indirect_mapping_open() 3039 objset_get_dnode(const spa_t *spa, const objset_phys_t *os, uint64_t objnum, in objset_get_dnode() 3436 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 | 1022 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 | 1139 objset_phys_t *osp = data; in zio_crypt_do_objset_hmacs()
|