Home
last modified time | relevance | path

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

/titanic_53/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h36 } objset_phys_t; typedef
/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h70 } objset_phys_t; typedef
77 objset_phys_t *os_phys;
/titanic_53/usr/src/uts/common/fs/zfs/
H A Ddmu_traverse.c350 objset_phys_t *osp = buf->b_data; in traverse_visitbp()
362 if (arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp()
371 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp()
375 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp()
586 objset_phys_t *osp; in traverse_impl()
H A Ddmu_objset.c285 objset_phys_t *osp = buf; in dmu_objset_byteswap()
287 ASSERT(size == OBJSET_OLD_PHYS_SIZE || size == sizeof (objset_phys_t)); in dmu_objset_byteswap()
292 if (size == sizeof (objset_phys_t)) { in dmu_objset_byteswap()
336 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) { in dmu_objset_open_impl()
338 sizeof (objset_phys_t), &os->os_phys_buf, in dmu_objset_open_impl()
340 bzero(buf->b_data, sizeof (objset_phys_t)); in dmu_objset_open_impl()
352 sizeof (objset_phys_t) : OBJSET_OLD_PHYS_SIZE; in dmu_objset_open_impl()
470 if (arc_buf_size(os->os_phys_buf) >= sizeof (objset_phys_t)) { in dmu_objset_open_impl()
H A Ddsl_scan.c675 objset_phys_t *osp; in dsl_scan_recurse()
/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1118 objset_phys_t *osp; in get_objset_mdn()
1210 osp = (objset_phys_t *)stack; in get_objset_mdn()
1211 stack += sizeof (objset_phys_t); in get_objset_mdn()
1627 objset_phys_t *osp; in zfs_mount()
1645 osp = (objset_phys_t *)stack; in zfs_mount()
1646 stack += sizeof (objset_phys_t); in zfs_mount()
/titanic_53/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1148 } objset_phys_t; typedef
1554 objset_phys_t spa_mos; /* MOS for this pool */
/titanic_53/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c42 objset_phys_t objset;
1690 objset_get_dnode(const spa_t *spa, const objset_phys_t *os, uint64_t objnum, dnode_phys_t *dnode) in objset_get_dnode()
2003 zfs_mount_dataset(const spa_t *spa, uint64_t objnum, objset_phys_t *objset) in zfs_mount_dataset()