HomeSort by: relevance | last modified time | path
    Searched refs:dsl_pool_config_held (Results 1 - 12 of 12) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dsl_pool.h 159 boolean_t dsl_pool_config_held(dsl_pool_t *dp);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_prop.c 86 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));
dsl_dir.c 168 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));
txg.c 615 ASSERT(!dsl_pool_config_held(dp));
640 ASSERT(!dsl_pool_config_held(dp));
666 ASSERT(!dsl_pool_config_held(dp));
dsl_dataset.c 437 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(dp))
    [all...]
dmu_objset.c 370 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
dsl_deleg.c 577 ASSERT(dsl_pool_config_held(dp));
dsl_userhold.c 58 ASSERT(dsl_pool_config_held(dp));
dmu_tx.c 1348 ASSERT(txg_how != TXG_WAIT || !dsl_pool_config_held(tx->tx_pool));
1374 ASSERT(!dsl_pool_config_held(tx->tx_pool));
dsl_pool.c 1174 dsl_pool_config_held(dsl_pool_t *dp) function
dmu_send.c 1145 ASSERT(dsl_pool_config_held(dp));
1206 ASSERT(dsl_pool_config_held(dp));
zfs_ioctl.c 3584 ASSERT(!dsl_pool_config_held(dmu_objset_pool(zfsvfs->z_os)));

Completed in 49 milliseconds