Home
last modified time | relevance | path

Searched refs:objset_phys_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h49 } objset_phys_t; typedef
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h85 } objset_phys_t; typedef
95 objset_phys_t *os_phys;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1119 objset_phys_t *osp; in get_objset_mdn()
1211 osp = (objset_phys_t *)stack; in get_objset_mdn()
1212 stack += sizeof (objset_phys_t); in get_objset_mdn()
1628 objset_phys_t *osp; in zfs_mount()
1646 osp = (objset_phys_t *)stack; in zfs_mount()
1647 stack += sizeof (objset_phys_t); in zfs_mount()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1294 } objset_phys_t; typedef
1745 objset_phys_t *vim_objset;
1828 objset_phys_t spa_mos; /* MOS for this pool */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_traverse.c367 objset_phys_t *osp = buf->b_data; in traverse_visitbp()
622 objset_phys_t *osp; in traverse_impl()
H A Ddmu_objset.c353 objset_phys_t *osp = buf; in dmu_objset_byteswap()
356 size == sizeof (objset_phys_t)); in dmu_objset_byteswap()
364 if (size >= sizeof (objset_phys_t)) in dmu_objset_byteswap()
466 size = sizeof (objset_phys_t); in dmu_objset_open_impl()
483 sizeof (objset_phys_t) : OBJSET_PHYS_SIZE_V1; in dmu_objset_open_impl()
H A Dzio_crypt.c1143 objset_phys_t *osp = data; in zio_crypt_do_objset_hmacs()
H A Ddsl_scan.c1620 objset_phys_t *osp = buf->b_data; in dsl_scan_prefetch_cb()
1817 objset_phys_t *osp; in dsl_scan_recurse()
H A Ddsl_crypt.c2700 objset_phys_t *osp = buf; in spa_do_crypt_objset_mac_abd()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c47 objset_phys_t objset;
149 static int objset_get_dnode(const spa_t *, const objset_phys_t *, uint64_t,
281 vdev_indirect_mapping_open(spa_t *spa, objset_phys_t *os, in vdev_indirect_mapping_open()
2927 objset_get_dnode(const spa_t *spa, const objset_phys_t *os, uint64_t objnum, in objset_get_dnode()
3271 zfs_mount_dataset(const spa_t *spa, uint64_t objnum, objset_phys_t *objset) in zfs_mount_dataset()