Searched refs:dsl_pool_config_held (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_pool.h159 boolean_t dsl_pool_config_held(dsl_pool_t *dp);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_prop.c86 ASSERT(dsl_pool_config_held(dd->dd_pool));
168 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool));
289 ASSERT(dsl_pool_config_held(dp));
1069 ASSERT(dsl_pool_config_held(dp));
H A Ddsl_dir.c168 ASSERT(dsl_pool_config_held(dp));
432 ASSERT(dsl_pool_config_held(dp));
516 ASSERT(dsl_pool_config_held(dp));
728 ASSERT(dsl_pool_config_held(dd->dd_pool));
763 ASSERT(dsl_pool_config_held(dd->dd_pool));
846 ASSERT(dsl_pool_config_held(dd->dd_pool));
H A Dtxg.c615 ASSERT(!dsl_pool_config_held(dp));
640 ASSERT(!dsl_pool_config_held(dp));
666 ASSERT(!dsl_pool_config_held(dp));
H A Ddsl_dataset.c437 ASSERT(dsl_pool_config_held(dp));
604 ASSERT(dsl_pool_config_held(dp));
683 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool));
764 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool));
1796 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool));
1916 ASSERT(dsl_pool_config_held(dp));
2013 ASSERT(dsl_pool_config_held(dp));
2078 ASSERT(dsl_pool_config_held(dp));
3558 ASSERT(dsl_pool_config_held(dp));
3701 ASSERT(dsl_pool_config_held(d
[all...]
H A Ddmu_objset.c370 if (!dsl_pool_config_held(dmu_objset_pool(os))) {
486 ASSERT(dsl_pool_config_held(ds->ds_dir->dd_pool) ||
1623 ASSERT(dsl_pool_config_held(dmu_objset_pool(os)));
1866 * the lock is asserted via dsl_pool_config_held.
1872 * dsl_pool_config_held in a way that it returns true for
H A Ddsl_userhold.c58 ASSERT(dsl_pool_config_held(dp));
H A Ddsl_deleg.c577 ASSERT(dsl_pool_config_held(dp));
H A Ddmu_tx.c1348 ASSERT(txg_how != TXG_WAIT || !dsl_pool_config_held(tx->tx_pool));
1374 ASSERT(!dsl_pool_config_held(tx->tx_pool));
H A Ddsl_pool.c1174 dsl_pool_config_held(dsl_pool_t *dp) function
H A Ddmu_send.c1145 ASSERT(dsl_pool_config_held(dp));
1206 ASSERT(dsl_pool_config_held(dp));
H A Dzfs_ioctl.c3585 ASSERT(!dsl_pool_config_held(dmu_objset_pool(zfsvfs->z_os)));

Completed in 211 milliseconds