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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_misc.c 1319 txg_wait_synced(spa->spa_dsl_pool, txg);
1409 txg_wait_synced(spa->spa_dsl_pool, 0);
1489 txg_wait_synced(spa->spa_dsl_pool, 0);
1701 return (spa->spa_dsl_pool);
2166 return (!txg_all_lists_empty(&spa->spa_dsl_pool->dp_sync_tasks));
2217 dsl_scan_t *scn = spa->spa_dsl_pool ? spa->spa_dsl_pool->dp_scan : NULL;
spa.c 220 dsl_pool_t *pool = spa->spa_dsl_pool;
1159 ASSERT(spa->spa_dsl_pool == NULL);
1300 txg_sync_stop(spa->spa_dsl_pool);
1341 if (spa->spa_dsl_pool) {
1342 dsl_pool_close(spa->spa_dsl_pool);
1343 spa->spa_dsl_pool = NULL;
1900 txg_wait_synced(spa->spa_dsl_pool, 0);
2036 dsl_pool_config_enter(spa->spa_dsl_pool, FTAG);
2037 error = dmu_objset_find_dp(spa->spa_dsl_pool,
2038 spa->spa_dsl_pool->dp_root_dir_obj, verify_dataset_name_len, NULL
    [all...]
spa_errlog.c 368 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg);
spa_config.c 556 txg_wait_synced(spa->spa_dsl_pool, txg);
vdev_queue.c 542 uint64_t dirty = spa->spa_dsl_pool->dp_dirty_total;
ddt.c 1005 dsl_pool_t *dp = ddt->ddt_spa->spa_dsl_pool;
1121 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg);
vdev.c 1920 dsl_scan_t *scn = spa->spa_dsl_pool->dp_scan;
1965 dsl_scan_t *scn = spa->spa_dsl_pool->dp_scan;
2159 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg);
2460 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg);
3011 &spa->spa_dsl_pool->dp_scan->scn_phys;
dsl_scan.c 1801 spa->spa_dsl_pool->dp_scan->scn_phys.scn_errors++;
zfs_ioctl.c 3553 txg_wait_synced(spa->spa_dsl_pool, 0);
4907 spa->spa_scrub_reopen = dsl_scan_resilvering(spa->spa_dsl_pool);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa_impl.h 149 dsl_pool_t *spa_dsl_pool; member in struct:spa
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 1976 refdbytes = dsl_dir_phys(os->os_spa->spa_dsl_pool->dp_mos_dir)->
2737 (void) bpobj_iterate_nofree(&spa->spa_dsl_pool->dp_free_bpobj,
2742 spa->spa_dsl_pool->dp_bptree_obj, B_FALSE, count_block_cb,
3084 &spa->spa_dsl_pool->dp_free_bpobj,
3091 spa->spa_dsl_pool->dp_bptree_obj,

Completed in 51 milliseconds