Searched refs:vdev_stat (Results 1 – 14 of 14) sorted by relevance
61 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_file_open()88 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()99 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()111 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()
326 vd->vdev_stat.vs_timestamp = gethrtime(); in vdev_alloc_common()592 ASSERT3U(vd->vdev_stat.vs_space, ==, 0); in vdev_free()593 ASSERT3U(vd->vdev_stat.vs_dspace, ==, 0); in vdev_free()594 ASSERT3U(vd->vdev_stat.vs_alloc, ==, 0); in vdev_free()673 tvd->vdev_stat.vs_alloc = svd->vdev_stat.vs_alloc; in vdev_top_transfer()674 tvd->vdev_stat.vs_space = svd->vdev_stat.vs_space; in vdev_top_transfer()675 tvd->vdev_stat.vs_dspace = svd->vdev_stat.vs_dspace; in vdev_top_transfer()677 svd->vdev_stat.vs_alloc = 0; in vdev_top_transfer()678 svd->vdev_stat.vs_space = 0; in vdev_top_transfer()679 svd->vdev_stat.vs_dspace = 0; in vdev_top_transfer()[all …]
59 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_root_open()75 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_root_open()
119 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_disk_open()154 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_disk_open()238 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_disk_open()272 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_disk_open()
136 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_mirror_open()156 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_mirror_open()
277 vd->vdev_stat.vs_aux = in zio_handle_device_injection()
1456 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_raidz_open()1478 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_raidz_open()1620 vd->vdev_stat.vs_checksum_errors++; in raidz_checksum_error()
1694 vd[i]->vdev_stat.vs_aux != VDEV_AUX_SPLIT_POOL) in spa_try_repair()4570 if (vd->vdev_stat.vs_alloc != 0) in spa_vdev_remove_evacuate()4583 ASSERT3U(vd->vdev_stat.vs_alloc, ==, 0); in spa_vdev_remove_evacuate()4610 if (vd->vdev_stat.vs_alloc != 0) in spa_vdev_remove_from_namespace()4979 vd->vdev_stat.vs_read_errors = 0; in spa_async_remove()4980 vd->vdev_stat.vs_write_errors = 0; in spa_async_remove()4981 vd->vdev_stat.vs_checksum_errors = 0; in spa_async_remove()
1336 if ((vd->vdev_stat.vs_write_errors > 0 || in metaslab_alloc_dva()1363 vdev_stat_t *vs = &vd->vdev_stat; in metaslab_alloc_dva()
375 switch (vd->vdev_stat.vs_aux) { in vdev_config_generate()
185 scn->scn_phys.scn_to_examine = spa->spa_root_vdev->vdev_stat.vs_alloc; in dsl_scan_setup_sync()
134 vdev_stat_t vdev_stat; /* virtual device statistics */ member
656 typedef struct vdev_stat { struct
1211 switch (vdev.vdev_stat.vs_aux) { in do_print_vdev()1265 vdev_stat_t *vs = &vdev.vdev_stat; in do_print_vdev()1453 vdev_stat_t vdev_stat; member