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

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_objset.h68 } objset_phys_t; typedef in typeref:struct:objset_phys
75 objset_phys_t *os_phys;
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_traverse.c332 objset_phys_t *osp;
347 if (arc_buf_size(buf) >= sizeof (objset_phys_t)) {
356 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) {
360 if (err == 0 && arc_buf_size(buf) >= sizeof (objset_phys_t)) {
540 objset_phys_t *osp;
H A Ddmu_objset.c270 objset_phys_t *osp = buf;
272 ASSERT(size == OBJSET_OLD_PHYS_SIZE || size == sizeof (objset_phys_t));
277 if (size == sizeof (objset_phys_t)) {
321 arc_buf_size(os->os_phys_buf) < sizeof (objset_phys_t)) {
323 sizeof (objset_phys_t), &os->os_phys_buf,
325 bzero(buf->b_data, sizeof (objset_phys_t));
337 sizeof (objset_phys_t) : OBJSET_OLD_PHYS_SIZE;
443 if (arc_buf_size(os->os_phys_buf) >= sizeof (objset_phys_t)) {
1003 * objects that are stored in the objset_phys_t -- the meta
H A Ddsl_scan.c702 objset_phys_t *osp;
/freebsd-10.2-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h827 blkptr_t ub_rootbp; /* MOS objset_phys_t */
1046 } objset_phys_t; typedef in typeref:struct:objset_phys
1449 objset_phys_t spa_mos; /* MOS for this pool */
/freebsd-10.2-release/sys/boot/zfs/
H A Dzfsimpl.c43 objset_phys_t objset;
1596 objset_get_dnode(const spa_t *spa, const objset_phys_t *os, uint64_t objnum, dnode_phys_t *dnode)
1868 zfs_mount_dataset(const spa_t *spa, uint64_t objnum, objset_phys_t *objset)

Completed in 107 milliseconds