Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_pool.h177 boolean_t dsl_pool_config_held(dsl_pool_t *dp);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_prop.c85 ASSERT(dsl_pool_config_held(dd->dd_pool)); in dsl_prop_get_dd()
170 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in dsl_prop_get_ds()
292 ASSERT(dsl_pool_config_held(dp)); in dsl_prop_register()
1124 ASSERT(dsl_pool_config_held(dp)); in dsl_prop_get_all_ds()
H A Dtxg.c677 ASSERT(!dsl_pool_config_held(dp)); in txg_wait_synced_impl()
736 ASSERT(!dsl_pool_config_held(dp)); in txg_wait_open()
773 ASSERT(!dsl_pool_config_held(dp)); in txg_kick()
H A Ddsl_dir.c172 ASSERT(dsl_pool_config_held(dp)); in dsl_dir_hold_obj()
475 ASSERT(dsl_pool_config_held(dp)); in dsl_dir_hold()
562 ASSERT(dsl_pool_config_held(dp)); in dsl_dir_init_fs_ss_count()
772 ASSERT(dsl_pool_config_held(dd->dd_pool)); in dsl_enforce_ds_ss_limits()
808 ASSERT(dsl_pool_config_held(dd->dd_pool)); in dsl_fs_ss_limit_check()
896 ASSERT(dsl_pool_config_held(dd->dd_pool)); in dsl_fs_ss_count_adjust()
H A Ddsl_bookmark.c780 ASSERT(dsl_pool_config_held(dp)); in dsl_get_bookmarks_impl()
1196 ASSERT(dsl_pool_config_held(dp)); in dsl_redaction_list_long_hold()
1231 ASSERT(dsl_pool_config_held(dp)); in dsl_redaction_list_hold_obj()
1557 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in dsl_bookmark_latest_txg()
H A Ddsl_dataset.c573 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_hold_obj()
786 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_hold_flags()
903 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in dsl_dataset_long_hold()
1009 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in dsl_dataset_tryown()
2291 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in get_clones_stat_impl()
2780 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_stats()
2870 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_fast_stat()
2928 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_modified_since_snap()
4620 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_space_written_impl()
4809 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_is_before()
H A Ddmu_tx.c1026 IMPLY((txg_how & TXG_WAIT), !dsl_pool_config_held(tx->tx_pool)); in dmu_tx_assign()
1053 ASSERT(!dsl_pool_config_held(tx->tx_pool)); in dmu_tx_wait()
H A Ddmu_objset.c423 ASSERT(ds == NULL || dsl_pool_config_held(ds->ds_dir->dd_pool)); in dmu_objset_open_impl()
652 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool)); in dmu_objset_from_ds()
1460 ASSERT(dsl_pool_config_held(dmu_objset_pool(os))); in dmu_objset_upgrade()
2490 ASSERT(dsl_pool_config_held(dmu_objset_pool(os))); in dmu_snapshot_list_next()
H A Ddsl_userhold.c58 ASSERT(dsl_pool_config_held(dp)); in dsl_dataset_user_hold_check_one()
H A Ddsl_deleg.c585 ASSERT(dsl_pool_config_held(dp)); in dsl_deleg_access_impl()
H A Ddsl_pool.c1367 dsl_pool_config_held(dsl_pool_t *dp) in dsl_pool_config_held() function
H A Ddmu_send.c2989 ASSERT(dsl_pool_config_held(origds->ds_dir->dd_pool)); in dmu_send_estimate_fast()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1351 ASSERT(!dsl_pool_config_held(dmu_objset_pool(zfsvfs->z_os))); in zfsctl_snapshot_unmount()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2889 ASSERT(dsl_pool_config_held(dp)); in verify_dd_livelist()