Searched refs:spa_checkpoint_info (Results 1 – 7 of 7) sorted by relevance
180 pcs->pcs_space = spa->spa_checkpoint_info.sci_dspace; in spa_checkpoint_get_stats()181 pcs->pcs_start_time = spa->spa_checkpoint_info.sci_timestamp; in spa_checkpoint_get_stats()191 spa->spa_checkpoint_info.sci_timestamp = 0; in spa_checkpoint_discard_complete_sync()243 ASSERT3U(vd->vdev_spa->spa_checkpoint_info.sci_dspace, >=, in spa_checkpoint_discard_sync_callback()247 vd->vdev_spa->spa_checkpoint_info.sci_dspace -= sme->sme_run; in spa_checkpoint_discard_sync_callback()276 ASSERT3U(spa->spa_checkpoint_info.sci_dspace, ==, ckpoint_sm_space_sum); in spa_checkpoint_accounting_verify()445 VERIFY0(spa->spa_checkpoint_info.sci_dspace); in spa_checkpoint_discard_thread()490 ASSERT0(spa->spa_checkpoint_info.sci_timestamp); in spa_checkpoint_sync()491 ASSERT0(spa->spa_checkpoint_info.sci_dspace); in spa_checkpoint_sync()511 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
1801 return (spa->spa_checkpoint_info.sci_dspace); in spa_get_checkpoint_space()
317 spa->spa_checkpoint_info.sci_dspace, src); in spa_prop_get_config()4411 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp;
3363 vd->vdev_spa->spa_checkpoint_info.sci_dspace += in vdev_load()
4077 spa->spa_checkpoint_info.sci_dspace += in metaslab_sync()
31 typedef struct spa_checkpoint_info { struct
315 spa_checkpoint_info_t spa_checkpoint_info; /* checkpoint accounting */ member