Searched refs:spa_checkpoint_info (Results 1 – 7 of 7) sorted by relevance
181 pcs->pcs_space = spa->spa_checkpoint_info.sci_dspace; in spa_checkpoint_get_stats()182 pcs->pcs_start_time = spa->spa_checkpoint_info.sci_timestamp; in spa_checkpoint_get_stats()192 spa->spa_checkpoint_info.sci_timestamp = 0; in spa_checkpoint_discard_complete_sync()244 ASSERT3U(vd->vdev_spa->spa_checkpoint_info.sci_dspace, >=, in spa_checkpoint_discard_sync_callback()248 vd->vdev_spa->spa_checkpoint_info.sci_dspace -= sme->sme_run; in spa_checkpoint_discard_sync_callback()277 ASSERT3U(spa->spa_checkpoint_info.sci_dspace, ==, ckpoint_sm_space_sum); in spa_checkpoint_accounting_verify()447 VERIFY0(spa->spa_checkpoint_info.sci_dspace); in spa_checkpoint_discard_thread()495 ASSERT0(spa->spa_checkpoint_info.sci_timestamp); in spa_checkpoint_sync()496 ASSERT0(spa->spa_checkpoint_info.sci_dspace); in spa_checkpoint_sync()516 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
1918 return (spa->spa_checkpoint_info.sci_dspace); in spa_get_checkpoint_space()
432 spa->spa_checkpoint_info.sci_dspace, src); in spa_prop_get_config()5131 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp;
4315 spa->spa_checkpoint_info.sci_dspace += in metaslab_sync()
3883 vd->vdev_spa->spa_checkpoint_info.sci_dspace += in vdev_load()
32 typedef struct spa_checkpoint_info { struct
343 spa_checkpoint_info_t spa_checkpoint_info; /* checkpoint accounting */ member