Searched refs:objset_phys_t (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c1511 objset_phys_t *osp = buf->b_data;
1694 objset_phys_t *osp;
H A Ddmu_objset.c296 objset_phys_t *osp = buf;
298 ASSERT(size == OBJSET_OLD_PHYS_SIZE || size == sizeof (objset_phys_t));
303 if (size == sizeof (objset_phys_t)) {
343 * objset_phys_t that's pointed to by the specified blkptr_t.
394 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) {
396 ARC_BUFC_METADATA, sizeof (objset_phys_t));
397 bzero(buf->b_data, sizeof (objset_phys_t));
408 sizeof (objset_phys_t) : OBJSET_OLD_PHYS_SIZE;
533 if (arc_buf_size(os->os_phys_buf) >= sizeof (objset_phys_t)) {
1258 * objects that are stored in the objset_phys_t
[all...]
H A Ddmu_traverse.c357 objset_phys_t *osp = buf->b_data;
369 if (arc_buf_size(buf) >= sizeof (objset_phys_t)) {
378 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) {
382 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) {
594 objset_phys_t *osp;
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h839 blkptr_t ub_rootbp; /* MOS objset_phys_t */
1156 } objset_phys_t; typedef in typeref:struct:objset_phys
1563 objset_phys_t spa_mos; /* MOS for this pool */
/freebsd-11-stable/stand/libsa/zfs/
H A Dzfsimpl.c43 objset_phys_t objset;
1759 objset_get_dnode(const spa_t *spa, const objset_phys_t *os, uint64_t objnum, dnode_phys_t *dnode)
2075 zfs_mount_dataset(const spa_t *spa, uint64_t objnum, objset_phys_t *objset)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_objset.h71 } objset_phys_t; typedef in typeref:struct:objset_phys
79 objset_phys_t *os_phys;

Completed in 246 milliseconds