Home
last modified time | relevance | path

Searched refs:dp_bptree_obj (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h96 uint64_t dp_bptree_obj; member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c798 dp->dp_bptree_obj = bptree_alloc(mos, tx); in dsl_destroy_head_sync_impl()
802 &dp->dp_bptree_obj, tx)); in dsl_destroy_head_sync_impl()
814 bptree_add(mos, dp->dp_bptree_obj, in dsl_destroy_head_sync_impl()
H A Ddsl_scan.c1493 dp->dp_bptree_obj, B_TRUE, dsl_scan_free_block_cb, scn, tx); in dsl_scan_sync()
1503 if (bptree_is_empty(dp->dp_meta_objset, dp->dp_bptree_obj)) { in dsl_scan_sync()
1512 dp->dp_bptree_obj, tx)); in dsl_scan_sync()
1513 dp->dp_bptree_obj = 0; in dsl_scan_sync()
H A Ddsl_pool.c258 &dp->dp_bptree_obj); in dsl_pool_open()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c2683 spa->spa_dsl_pool->dp_bptree_obj, B_FALSE, count_block_cb, in dump_block_stats()
3032 spa->spa_dsl_pool->dp_bptree_obj, in dump_zpool()