Home
last modified time | relevance | path

Searched refs:vdev_stat (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dspa_checkpoint.c245 ASSERT3U(vd->vdev_stat.vs_checkpoint_space, >=, sme->sme_run); in spa_checkpoint_discard_sync_callback()
248 vd->vdev_stat.vs_checkpoint_space -= sme->sme_run; in spa_checkpoint_discard_sync_callback()
269 vd->vdev_stat.vs_checkpoint_space; in spa_checkpoint_accounting_verify()
273 ASSERT0(vd->vdev_stat.vs_checkpoint_space); in spa_checkpoint_accounting_verify()
377 ASSERT0(rvd->vdev_child[c]->vdev_stat.vs_checkpoint_space); in spa_checkpoint_discard_is_done()
H A Dvdev.c1170 tvd->vdev_stat.vs_alloc = svd->vdev_stat.vs_alloc; in vdev_top_transfer()
1171 tvd->vdev_stat.vs_space = svd->vdev_stat.vs_space; in vdev_top_transfer()
1172 tvd->vdev_stat.vs_dspace = svd->vdev_stat.vs_dspace; in vdev_top_transfer()
1174 svd->vdev_stat.vs_alloc = 0; in vdev_top_transfer()
1175 svd->vdev_stat.vs_space = 0; in vdev_top_transfer()
1947 vd->vdev_stat.vs_aux); in vdev_open()
1950 vd->vdev_stat.vs_aux); in vdev_open()
4179 vd->vdev_stat.vs_aux = 0; in vdev_clear()
4488 vd->vdev_stat.vs_space = 0; in vdev_clear_stats()
4490 vd->vdev_stat.vs_alloc = 0; in vdev_clear_stats()
[all …]
H A Dvdev_root.c92 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_root_open()
112 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_root_open()
H A Dvdev_removal.c1217 ASSERT0(vd->vdev_stat.vs_space); in vdev_remove_complete()
1218 ASSERT0(vd->vdev_stat.vs_dspace); in vdev_remove_complete()
1900 if (vd->vdev_stat.vs_alloc != 0) in spa_vdev_remove_log()
1910 ASSERT0(vd->vdev_stat.vs_alloc); in spa_vdev_remove_log()
1964 ASSERT0(vd->vdev_stat.vs_alloc); in spa_vdev_remove_log()
2006 ASSERT3U(available, >=, vd->vdev_stat.vs_alloc); in spa_vdev_remove_top_check()
2007 if (available < vd->vdev_stat.vs_alloc) in spa_vdev_remove_top_check()
2014 vd->vdev_stat.vs_dspace + spa_get_slop_space(spa)) { in spa_vdev_remove_top_check()
H A Dvdev_mirror.c392 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_mirror_open()
416 vd->vdev_stat.vs_aux = VDEV_AUX_CHILDREN_OFFLINE; in vdev_mirror_open()
418 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_mirror_open()
H A Dvdev_trim.c381 vd->vdev_stat.vs_trim_errors++; in vdev_trim_cb()
414 vd->vdev_stat.vs_trim_errors++; in vdev_autotrim_cb()
444 vd->vdev_stat.vs_trim_errors++; in vdev_trim_simple_cb()
H A Dvdev_raidz.c1411 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_raidz_open()
1437 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_raidz_open()
1674 vd->vdev_stat.vs_checksum_errors++; in vdev_raidz_checksum_error()
2272 cvd->vdev_stat.vs_checksum_errors++; in vdev_raidz_io_done_unrecoverable()
H A Dspa_misc.c1868 vd->vdev_stat.vs_dspace : vd->vdev_stat.vs_space; in spa_update_dspace()
2720 vdev_aux_t aux = rvd->vdev_stat.vs_aux; in spa_state_to_name()
H A Dvdev_indirect.c1397 vd->vdev_stat.vs_checksum_errors++; in vdev_indirect_checksum_error()
1490 vd->vdev_stat.vs_checksum_errors++; in vdev_indirect_all_checksum_errors()
H A Dzio_inject.c412 vd->vdev_stat.vs_aux = in zio_handle_device_injection_impl()
H A Dvdev_initialize.c183 vd->vdev_stat.vs_initialize_errors++; in vdev_initialize_cb()
H A Dvdev_label.c588 uint64_t to_alloc = vd->vdev_stat.vs_alloc; in vdev_config_generate()
681 switch (vd->vdev_stat.vs_aux) { in vdev_config_generate()
H A Dmetaslab.c741 vdev_stat_t *vs = &vd->vdev_stat; in metaslab_group_alloc_update()
1005 vdev_stat_t *vs = &vd->vdev_stat; in metaslab_group_initialized()
4125 vd->vdev_stat.vs_checkpoint_space += in metaslab_sync()
4127 ASSERT3U(vd->vdev_stat.vs_checkpoint_space, ==, in metaslab_sync()
5198 if ((vd->vdev_stat.vs_write_errors > 0 || in metaslab_alloc_dva()
5231 vdev_stat_t *vs = &vd->vdev_stat; in metaslab_alloc_dva()
H A Dvdev_rebuild.c144 vdev_stat_t *vs = &vd->vdev_stat; in clear_rebuild_bytes()
H A Dvdev_draid.c1542 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_draid_open()
1558 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_draid_open()
H A Dzio.c4322 zio->io_vd->vdev_stat.vs_checksum_errors++; in zio_checksum_verify()
4637 zio->io_vd->vdev_stat.vs_slow_ios++; in zio_done()
4661 zio->io_vd->vdev_stat.vs_read_errors++; in zio_done()
4663 zio->io_vd->vdev_stat.vs_write_errors++; in zio_done()
H A Dzfs_fm.c508 vdev_stat_t *vs = &vd->vdev_stat; in zfs_ereport_start()
H A Dspa.c2914 vd[i]->vdev_stat.vs_aux != VDEV_AUX_SPLIT_POOL) in spa_try_repair()
8082 vd->vdev_stat.vs_read_errors = 0;
8083 vd->vdev_stat.vs_write_errors = 0;
8084 vd->vdev_stat.vs_checksum_errors = 0;
H A Ddsl_scan.c735 scn->scn_phys.scn_to_examine = spa->spa_root_vdev->vdev_stat.vs_alloc; in dsl_scan_setup_sync()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_file.c118 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_file_open()
145 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()
159 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()
168 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()
H A Dvdev_disk.c183 v->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_disk_open()
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_file.c118 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_file_open()
146 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()
160 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()
169 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()
H A Dvdev_geom.c827 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_geom_open()
939 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_geom_open()
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h267 vdev_stat_t vdev_stat; /* virtual device statistics */ member
/freebsd-13.1/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1068 typedef struct vdev_stat { struct