Searched defs:db_objset (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h163 struct objset *db_objset; member in struct:dmu_buf_impl
341 ((_db)->db_objset->os_primary_cache == ZFS_CACHE_ALL || \
343 ((_db)->db_objset->os_primary_cache == ZFS_CACHE_METADATA)))
346 ((_db)->db_objset->os_secondary_cache == ZFS_CACHE_ALL || \
348 ((_db)->db_objset->os_secondary_cache == ZFS_CACHE_METADATA)))
366 dprintf_ds((dbuf)->db_objset->os_dsl_dataset, \
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c459 uintptr_t db_objset; member in struct:mdb_dmu_buf_impl
497 if (objset_name(db.db_objset, path)) {
735 if (GETMEMBID(addr, &data->id, db_objset, objset) ||

Completed in 64 milliseconds