Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h36 } objset_phys_t; typedef
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h69 } objset_phys_t; typedef
76 objset_phys_t *os_phys;
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddmu_traverse.c349 objset_phys_t *osp = buf->b_data; in traverse_visitbp()
361 if (arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp()
370 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp()
374 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) { in traverse_visitbp()
585 objset_phys_t *osp; in traverse_impl()
H A Ddmu_objset.c284 objset_phys_t *osp = buf; in dmu_objset_byteswap()
286 ASSERT(size == OBJSET_OLD_PHYS_SIZE || size == sizeof (objset_phys_t)); in dmu_objset_byteswap()
291 if (size == sizeof (objset_phys_t)) { in dmu_objset_byteswap()
335 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) { in dmu_objset_open_impl()
337 sizeof (objset_phys_t), &os->os_phys_buf, in dmu_objset_open_impl()
339 bzero(buf->b_data, sizeof (objset_phys_t)); in dmu_objset_open_impl()
351 sizeof (objset_phys_t) : OBJSET_OLD_PHYS_SIZE; in dmu_objset_open_impl()
469 if (arc_buf_size(os->os_phys_buf) >= sizeof (objset_phys_t)) { in dmu_objset_open_impl()
H A Ddsl_scan.c669 objset_phys_t *osp; in dsl_scan_recurse()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1113 objset_phys_t *osp; in get_objset_mdn()
1205 osp = (objset_phys_t *)stack; in get_objset_mdn()
1206 stack += sizeof (objset_phys_t); in get_objset_mdn()
1622 objset_phys_t *osp; in zfs_mount()
1640 osp = (objset_phys_t *)stack; in zfs_mount()
1641 stack += sizeof (objset_phys_t); in zfs_mount()