Searched refs:objset_phys_t (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | dmu_objset.h | 71 } objset_phys_t; typedef 79 objset_phys_t *os_phys;
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | dmu_traverse.c | 357 objset_phys_t *osp = buf->b_data; in traverse_visitbp() 369 if (arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp() 378 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp() 382 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp() 594 objset_phys_t *osp; in traverse_impl()
|
| H A D | dmu_objset.c | 329 objset_phys_t *osp = buf; in dmu_objset_byteswap() 331 ASSERT(size == OBJSET_OLD_PHYS_SIZE || size == sizeof (objset_phys_t)); in dmu_objset_byteswap() 336 if (size == sizeof (objset_phys_t)) { in dmu_objset_byteswap() 427 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) { in dmu_objset_open_impl() 429 ARC_BUFC_METADATA, sizeof (objset_phys_t)); in dmu_objset_open_impl() 430 bzero(buf->b_data, sizeof (objset_phys_t)); in dmu_objset_open_impl() 441 sizeof (objset_phys_t) : OBJSET_OLD_PHYS_SIZE; in dmu_objset_open_impl() 572 if (arc_buf_size(os->os_phys_buf) >= sizeof (objset_phys_t)) { in dmu_objset_open_impl()
|
| H A D | dsl_scan.c | 1501 objset_phys_t *osp = buf->b_data; in dsl_scan_prefetch_cb() 1686 objset_phys_t *osp; in dsl_scan_recurse()
|
| /freebsd-12.1/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 1160 } objset_phys_t; typedef 1607 objset_phys_t *vim_objset; 1685 objset_phys_t spa_mos; /* MOS for this pool */
|
| /freebsd-12.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 44 objset_phys_t objset; 143 static int objset_get_dnode(const spa_t *, const objset_phys_t *, uint64_t, 150 vdev_indirect_mapping_t *vdev_indirect_mapping_open(spa_t *, objset_phys_t *, 527 vdev_indirect_mapping_open(spa_t *spa, objset_phys_t *os, in vdev_indirect_mapping_open() 2348 objset_get_dnode(const spa_t *spa, const objset_phys_t *os, uint64_t objnum, dnode_phys_t *dnode) in objset_get_dnode() 2664 zfs_mount_dataset(const spa_t *spa, uint64_t objnum, objset_phys_t *objset) in zfs_mount_dataset()
|