Searched refs:dp_bptree_obj (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_pool.h | 96 uint64_t dp_bptree_obj; member
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dsl_destroy.c | 798 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 D | dsl_scan.c | 1493 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 D | dsl_pool.c | 258 &dp->dp_bptree_obj); in dsl_pool_open()
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 2683 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()
|