Home
last modified time | relevance | path

Searched refs:dsl_pool_config_held (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_prop.c100 ASSERT(dsl_pool_config_held(dd->dd_pool)); in dsl_prop_get_dd()
199 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in dsl_prop_get_ds()
321 ASSERT(dsl_pool_config_held(dp)); in dsl_prop_register()
1222 ASSERT(dsl_pool_config_held(dp)); in dsl_prop_get_all_ds()
H A Dtxg.c710 ASSERT(!dsl_pool_config_held(dp)); in txg_wait_synced_flags()
787 ASSERT(!dsl_pool_config_held(dp)); in txg_wait_open()
824 ASSERT(!dsl_pool_config_held(dp)); in txg_kick()
H A Ddsl_dir.c182 ASSERT(dsl_pool_config_held(dp)); in dsl_dir_hold_obj()
494 ASSERT(dsl_pool_config_held(dp)); in dsl_dir_hold()
581 ASSERT(dsl_pool_config_held(dp)); in dsl_dir_init_fs_ss_count()
785 ASSERT(dsl_pool_config_held(dd->dd_pool)); in dsl_enforce_ds_ss_limits()
821 ASSERT(dsl_pool_config_held(dd->dd_pool)); in dsl_fs_ss_limit_check()
908 ASSERT(dsl_pool_config_held(dd->dd_pool)); in dsl_fs_ss_count_adjust()
H A Ddsl_bookmark.c800 ASSERT(dsl_pool_config_held(dp)); in dsl_get_bookmarks_impl()
1227 ASSERT(dsl_pool_config_held(dp)); in dsl_redaction_list_long_hold()
1263 ASSERT(dsl_pool_config_held(dp)); in dsl_redaction_list_hold_obj()
1596 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in dsl_bookmark_latest_txg()
H A Ddsl_dataset.c606 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_hold_obj()
827 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_hold_flags()
944 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in dsl_dataset_long_hold()
1051 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in dsl_dataset_tryown()
2331 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in get_clones_stat_impl()
2807 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_stats()
2882 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_fast_stat()
2943 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_modified_since_snap()
4748 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_space_written_impl()
4937 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_is_before()
H A Ddmu_objset.c475 ASSERT(ds == NULL || dsl_pool_config_held(ds->ds_dir->dd_pool)); in dmu_objset_open_impl()
715 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in dmu_objset_from_ds()
1424 ASSERT(dsl_pool_config_held(dmu_objset_pool(os))); in dmu_objset_upgrade()
2531 ASSERT(dsl_pool_config_held(dmu_objset_pool(os))); in dmu_snapshot_list_next()
H A Ddmu_tx.c1241 IMPLY((flags & DMU_TX_WAIT), !dsl_pool_config_held(tx->tx_pool)); in dmu_tx_assign()
1332 ASSERT(!dsl_pool_config_held(tx->tx_pool)); in dmu_tx_wait()
H A Ddsl_userhold.c59 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_user_hold_check_one()
H A Ddsl_deleg.c587 ASSERT(dsl_pool_config_held(dp)); in dsl_deleg_access_impl()
H A Ddsl_pool.c1448 dsl_pool_config_held(dsl_pool_t *dp) in dsl_pool_config_held() function
H A Ddmu_send.c3037 ASSERT(dsl_pool_config_held(origds->ds_dir->dd_pool)); in dmu_send_estimate_fast()
H A Ddsl_scan.c4287 if (!dsl_pool_config_held(dp)) { in dsl_errorscrub_sync()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_pool.h186 boolean_t dsl_pool_config_held(dsl_pool_t *dp);
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1389 ASSERT(!dsl_pool_config_held(dmu_objset_pool(zfsvfs->z_os))); in zfsctl_snapshot_unmount()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c3267 ASSERT(dsl_pool_config_held(dp)); in verify_dd_livelist()