Home
last modified time | relevance | path

Searched refs:os_rootbp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h145 blkptr_t *os_rootbp; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c430 os->os_rootbp = bp; in dmu_objset_open_impl()
431 if (!BP_IS_HOLE(os->os_rootbp)) { in dmu_objset_open_impl()
448 dprintf_bp(os->os_rootbp, "reading %s", ""); in dmu_objset_open_impl()
449 err = arc_read(NULL, spa, os->os_rootbp, in dmu_objset_open_impl()
1615 *os->os_rootbp = *bp; in dmu_objset_write_ready()
1673 blkptr_t *blkptr_copy = kmem_alloc(sizeof (*os->os_rootbp), KM_SLEEP); in dmu_objset_sync()
1674 *blkptr_copy = *os->os_rootbp; in dmu_objset_sync()
H A Ddbuf.c1707 BP_IS_HOLE(dn->dn_objset->os_rootbp) || in dbuf_dirty()
1742 if (!BP_IS_HOLE(dn->dn_objset->os_rootbp)) { in dbuf_dirty()
1799 os->os_dsl_dataset == NULL || BP_IS_HOLE(os->os_rootbp)); in dbuf_dirty()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2458 usedobjs = BP_GET_FILL(os->os_rootbp); in dump_dir()
2465 ASSERT3U(usedobjs, ==, BP_GET_FILL(os->os_rootbp)); in dump_dir()
2472 sizeof (blkbuf) - strlen(blkbuf), os->os_rootbp); in dump_dir()
2511 if (BP_IS_HOLE(os->os_rootbp)) in dump_dir()