Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h159 struct objset *db_objset; member
333 ((_db)->db_objset->os_primary_cache == ZFS_CACHE_ALL || \
335 ((_db)->db_objset->os_primary_cache == ZFS_CACHE_METADATA)))
338 ((_db)->db_objset->os_secondary_cache == ZFS_CACHE_ALL || \
340 ((_db)->db_objset->os_secondary_cache == ZFS_CACHE_METADATA)))
343 ((_db)->db_objset->os_compress != ZIO_COMPRESS_OFF || \
362 dprintf_ds((dbuf)->db_objset->os_dsl_dataset, \
/titanic_53/usr/src/uts/common/fs/zfs/
H A Ddbuf.c126 (dbuf)->db_objset == (os) && \
181 objset_t *os = db->db_objset; in dbuf_hash_insert()
217 uint64_t hv = DBUF_HASH(db->db_objset, db->db.db_object, in dbuf_hash_remove()
420 ASSERT(db->db_objset != NULL); in dbuf_verify()
428 ASSERT3P(db->db_objset, ==, dn->dn_objset); in dbuf_verify()
553 spa_t *spa = db->db_objset->os_spa; in dbuf_loan_arcbuf()
679 dbuf_set_data(db, arc_buf_alloc(db->db_objset->os_spa, in dbuf_read_impl()
697 SET_BOOKMARK(&zb, db->db_objset->os_dsl_dataset ? in dbuf_read_impl()
698 db->db_objset->os_dsl_dataset->ds_object : DMU_META_OBJSET, in dbuf_read_impl()
703 (void) arc_read(zio, db->db_objset->os_spa, db->db_blkptr, in dbuf_read_impl()
[all …]
H A Ddmu.c1310 return (arc_loan_buf(db->db_objset->os_spa, size)); in dmu_request_arcbuf()
1547 objset_t *os = db->db_objset; in dmu_sync()
/titanic_53/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c454 uintptr_t db_objset; member
492 if (objset_name(db.db_objset, path)) { in dbuf()
730 if (GETMEMBID(addr, &data->id, db_objset, objset) || in dbufs_cb()