Searched refs:os_rootbp (Results 1 – 4 of 4) sorted by relevance
| /titanic_44/usr/src/uts/common/fs/zfs/sys/ |
| H A D | dmu_objset.h | 105 blkptr_t *os_rootbp; member
|
| /titanic_44/usr/src/uts/common/fs/zfs/ |
| H A D | dmu_objset.c | 309 os->os_rootbp = bp; in dmu_objset_open_impl() 310 if (!BP_IS_HOLE(os->os_rootbp)) { in dmu_objset_open_impl() 321 dprintf_bp(os->os_rootbp, "reading %s", ""); in dmu_objset_open_impl() 322 err = arc_read(NULL, spa, os->os_rootbp, in dmu_objset_open_impl() 1083 ASSERT3P(bp, ==, os->os_rootbp); in dmu_objset_write_ready() 1155 os->os_rootbp, os->os_phys_buf, DMU_OS_IS_L2CACHEABLE(os), in dmu_objset_sync()
|
| H A D | dbuf.c | 1161 BP_IS_HOLE(dn->dn_objset->os_rootbp) || in dbuf_dirty() 1189 !BP_IS_HOLE(dn->dn_objset->os_rootbp)) { in dbuf_dirty() 1248 os->os_dsl_dataset == NULL || BP_IS_HOLE(os->os_rootbp)); in dbuf_dirty()
|
| /titanic_44/usr/src/cmd/zdb/ |
| H A D | zdb.c | 1982 usedobjs = BP_GET_FILL(os->os_rootbp); in dump_dir() 1989 ASSERT3U(usedobjs, ==, BP_GET_FILL(os->os_rootbp)); in dump_dir() 1996 sizeof (blkbuf) - strlen(blkbuf), os->os_rootbp); in dump_dir() 2026 if (BP_IS_HOLE(os->os_rootbp)) in dump_dir()
|