Symbol: objset_phys_t
usr/src/boot/libsa/zfs/zfsimpl.c
149
static int objset_get_dnode(const spa_t *, const objset_phys_t *, uint64_t,
usr/src/boot/libsa/zfs/zfsimpl.c
281
vdev_indirect_mapping_open(spa_t *spa, objset_phys_t *os,
usr/src/boot/libsa/zfs/zfsimpl.c
2928
objset_get_dnode(const spa_t *spa, const objset_phys_t *os, uint64_t objnum,
usr/src/boot/libsa/zfs/zfsimpl.c
3272
zfs_mount_dataset(const spa_t *spa, uint64_t objnum, objset_phys_t *objset)
usr/src/boot/libsa/zfs/zfsimpl.c
47
objset_phys_t objset;
usr/src/boot/sys/cddl/boot/zfs/zfsimpl.h
1745
objset_phys_t *vim_objset;
usr/src/boot/sys/cddl/boot/zfs/zfsimpl.h
1828
objset_phys_t spa_mos; /* MOS for this pool */
usr/src/grub/grub-0.97/stage2/fsys_zfs.c
1119
objset_phys_t *osp;
usr/src/grub/grub-0.97/stage2/fsys_zfs.c
1211
osp = (objset_phys_t *)stack;
usr/src/grub/grub-0.97/stage2/fsys_zfs.c
1212
stack += sizeof (objset_phys_t);
usr/src/grub/grub-0.97/stage2/fsys_zfs.c
1628
objset_phys_t *osp;
usr/src/grub/grub-0.97/stage2/fsys_zfs.c
1646
osp = (objset_phys_t *)stack;
usr/src/grub/grub-0.97/stage2/fsys_zfs.c
1647
stack += sizeof (objset_phys_t);
usr/src/uts/common/fs/zfs/dmu_objset.c
353
objset_phys_t *osp = buf;
usr/src/uts/common/fs/zfs/dmu_objset.c
356
size == sizeof (objset_phys_t));
usr/src/uts/common/fs/zfs/dmu_objset.c
364
if (size >= sizeof (objset_phys_t))
usr/src/uts/common/fs/zfs/dmu_objset.c
466
size = sizeof (objset_phys_t);
usr/src/uts/common/fs/zfs/dmu_objset.c
483
sizeof (objset_phys_t) : OBJSET_PHYS_SIZE_V1;
usr/src/uts/common/fs/zfs/dmu_traverse.c
367
objset_phys_t *osp = buf->b_data;
usr/src/uts/common/fs/zfs/dmu_traverse.c
622
objset_phys_t *osp;
usr/src/uts/common/fs/zfs/dsl_crypt.c
2715
objset_phys_t *osp = buf;
usr/src/uts/common/fs/zfs/dsl_scan.c
1622
objset_phys_t *osp = buf->b_data;
usr/src/uts/common/fs/zfs/dsl_scan.c
1819
objset_phys_t *osp;
usr/src/uts/common/fs/zfs/sys/dmu_objset.h
95
objset_phys_t *os_phys;
usr/src/uts/common/fs/zfs/zio_crypt.c
1143
objset_phys_t *osp = data;