Searched refs:objset_phys_t (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h36 } objset_phys_t; typedef in typeref:struct:objset_phys
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h70 } objset_phys_t; typedef in typeref:struct:objset_phys
77 objset_phys_t *os_phys;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_traverse.c352 objset_phys_t *osp = buf->b_data;
364 if (arc_buf_size(buf) >= sizeof (objset_phys_t)) {
373 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) {
377 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) {
588 objset_phys_t *osp;
H A Ddmu_objset.c292 objset_phys_t *osp = buf;
294 ASSERT(size == OBJSET_OLD_PHYS_SIZE || size == sizeof (objset_phys_t));
299 if (size == sizeof (objset_phys_t)) {
341 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) {
343 ARC_BUFC_METADATA, sizeof (objset_phys_t));
344 bzero(buf->b_data, sizeof (objset_phys_t));
355 sizeof (objset_phys_t) : OBJSET_OLD_PHYS_SIZE;
472 if (arc_buf_size(os->os_phys_buf) >= sizeof (objset_phys_t)) {
1070 * objects that are stored in the objset_phys_t -- the meta
H A Ddsl_scan.c683 objset_phys_t *osp;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1118 objset_phys_t *osp;
1210 osp = (objset_phys_t *)stack;
1211 stack += sizeof (objset_phys_t);
1627 objset_phys_t *osp;
1645 osp = (objset_phys_t *)stack;
1646 stack += sizeof (objset_phys_t);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h840 blkptr_t ub_rootbp; /* MOS objset_phys_t */
1108 } objset_phys_t; typedef in typeref:struct:objset_phys
1514 objset_phys_t spa_mos; /* MOS for this pool */
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c42 objset_phys_t objset;
1641 objset_get_dnode(const spa_t *spa, const objset_phys_t *os, uint64_t objnum, dnode_phys_t *dnode)
1954 zfs_mount_dataset(const spa_t *spa, uint64_t objnum, objset_phys_t *objset)

Completed in 102 milliseconds