Searched refs:dp_free_bpobj (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dsl_pool.c | 244 VERIFY0(bpobj_open(&dp->dp_free_bpobj, in dsl_pool_open() 307 bpobj_close(&dp->dp_free_bpobj); in dsl_pool_close() 383 VERIFY0(bpobj_open(&dp->dp_free_bpobj, in dsl_pool_create() 812 VERIFY0(bpobj_open(&dp->dp_free_bpobj, dp->dp_meta_objset, obj)); in dsl_pool_upgrade_dir_clones()
|
H A D | dsl_scan.c | 1427 (void) bpobj_space(&scn->scn_dp->dp_free_bpobj, in dsl_scan_active() 1479 err = bpobj_iterate(&dp->dp_free_bpobj, in dsl_scan_sync()
|
H A D | dsl_destroy.c | 341 &dp->dp_free_bpobj, dsl_dataset_phys(ds)->ds_prev_snap_txg, in dsl_destroy_snapshot_sync_impl()
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_pool.h | 95 bpobj_t dp_free_bpobj; member
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 2727 (void) bpobj_iterate_nofree(&spa->spa_dsl_pool->dp_free_bpobj, in dump_block_stats() 3087 &spa->spa_dsl_pool->dp_free_bpobj, in dump_zpool()
|