Searched refs:vdev_stat (Results 1 – 19 of 19) sorted by relevance
1033 tvd->vdev_stat.vs_alloc = svd->vdev_stat.vs_alloc; in vdev_top_transfer()1034 tvd->vdev_stat.vs_space = svd->vdev_stat.vs_space; in vdev_top_transfer()1035 tvd->vdev_stat.vs_dspace = svd->vdev_stat.vs_dspace; in vdev_top_transfer()1037 svd->vdev_stat.vs_alloc = 0; in vdev_top_transfer()1038 svd->vdev_stat.vs_space = 0; in vdev_top_transfer()1039 svd->vdev_stat.vs_dspace = 0; in vdev_top_transfer()1592 vd->vdev_stat.vs_aux); in vdev_open()1595 vd->vdev_stat.vs_aux); in vdev_open()3698 vd->vdev_stat.vs_space = 0; in vdev_clear_stats()3700 vd->vdev_stat.vs_alloc = 0; in vdev_clear_stats()[all …]
82 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_file_open()110 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()126 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()145 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()
244 ASSERT3U(vd->vdev_stat.vs_checkpoint_space, >=, sme->sme_run); in spa_checkpoint_discard_sync_callback()247 vd->vdev_stat.vs_checkpoint_space -= sme->sme_run; in spa_checkpoint_discard_sync_callback()267 vd->vdev_stat.vs_checkpoint_space; in spa_checkpoint_accounting_verify()271 ASSERT0(vd->vdev_stat.vs_checkpoint_space); in spa_checkpoint_accounting_verify()373 ASSERT0(rvd->vdev_child[c]->vdev_stat.vs_checkpoint_space); in spa_checkpoint_discard_is_done()
92 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_root_open()111 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_root_open()
295 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_disk_open()352 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_disk_open()463 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_disk_open()542 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_disk_open()
301 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_mirror_open()325 vd->vdev_stat.vs_aux = VDEV_AUX_CHILDREN_OFFLINE; in vdev_mirror_open()327 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_mirror_open()
1165 ASSERT0(vd->vdev_stat.vs_space); in vdev_remove_complete()1166 ASSERT0(vd->vdev_stat.vs_dspace); in vdev_remove_complete()1800 if (vd->vdev_stat.vs_alloc != 0) in spa_vdev_remove_log()1810 ASSERT0(vd->vdev_stat.vs_alloc); in spa_vdev_remove_log()1880 vd->vdev_stat.vs_dspace + spa_get_slop_space(spa)) { in spa_vdev_remove_top_check()
828 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_geom_open()940 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_geom_open()
301 vd->vdev_stat.vs_aux = in zio_handle_device_injection()
647 vdev_stat_t *vs = &vd->vdev_stat; in metaslab_group_alloc_update()900 vdev_stat_t *vs = &vd->vdev_stat; in metaslab_group_initialized()2534 vd->vdev_stat.vs_checkpoint_space += in metaslab_sync()2536 ASSERT3U(vd->vdev_stat.vs_checkpoint_space, ==, in metaslab_sync()3482 if ((vd->vdev_stat.vs_write_errors > 0 || in metaslab_alloc_dva()3520 vdev_stat_t *vs = &vd->vdev_stat; in metaslab_alloc_dva()
399 uint64_t to_alloc = vd->vdev_stat.vs_alloc; in vdev_config_generate()487 switch (vd->vdev_stat.vs_aux) { in vdev_config_generate()
1362 vd->vdev_stat.vs_checksum_errors++;1446 vd->vdev_stat.vs_checksum_errors++;
1839 vd->vdev_stat.vs_dspace : vd->vdev_stat.vs_space; in spa_update_dspace()
178 vd->vdev_stat.vs_initialize_errors++; in vdev_initialize_cb()
1682 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_raidz_open()1708 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_raidz_open()2078 vd->vdev_stat.vs_checksum_errors++; in raidz_checksum_error()
2311 vd[i]->vdev_stat.vs_aux != VDEV_AUX_SPLIT_POOL) in spa_try_repair()7125 vd->vdev_stat.vs_read_errors = 0;7126 vd->vdev_stat.vs_write_errors = 0;7127 vd->vdev_stat.vs_checksum_errors = 0;
657 scn->scn_phys.scn_to_examine = spa->spa_root_vdev->vdev_stat.vs_alloc; in dsl_scan_setup_sync()
235 vdev_stat_t vdev_stat; /* virtual device statistics */ member
857 typedef struct vdev_stat { struct