Searched refs:ZIO_PRIORITY_SCRUB (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zio_priority.h | 30 ZIO_PRIORITY_SCRUB, /* asynchronous scrub/resilver reads */ enumerator
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_queue.c | 298 case ZIO_PRIORITY_SCRUB: in vdev_queue_class_min_active() 376 case ZIO_PRIORITY_SCRUB: in vdev_queue_class_max_active() 554 case ZIO_PRIORITY_SCRUB: in vdev_queue_is_interactive() 940 zio->io_priority != ZIO_PRIORITY_SCRUB && in vdev_queue_io() 1029 priority != ZIO_PRIORITY_SCRUB) in vdev_queue_change_io_priority()
|
| H A D | vdev_label.c | 254 vsx->vsx_active_queue[ZIO_PRIORITY_SCRUB]); in vdev_config_generate_stats() 273 vsx->vsx_pend_queue[ZIO_PRIORITY_SCRUB]); in vdev_config_generate_stats() 312 vsx->vsx_queue_histo[ZIO_PRIORITY_SCRUB], in vdev_config_generate_stats() 313 ARRAY_SIZE(vsx->vsx_queue_histo[ZIO_PRIORITY_SCRUB])); in vdev_config_generate_stats() 337 vsx->vsx_ind_histo[ZIO_PRIORITY_SCRUB], in vdev_config_generate_stats() 338 ARRAY_SIZE(vsx->vsx_ind_histo[ZIO_PRIORITY_SCRUB])); in vdev_config_generate_stats() 361 vsx->vsx_agg_histo[ZIO_PRIORITY_SCRUB], in vdev_config_generate_stats() 362 ARRAY_SIZE(vsx->vsx_agg_histo[ZIO_PRIORITY_SCRUB])); in vdev_config_generate_stats()
|
| H A D | dsl_scan.c | 1744 ZIO_PRIORITY_SCRUB, zio_flags, &flags, &spic->spic_zb); in dsl_scan_prefetch_thread() 1828 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 1856 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 1875 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 4069 dsl_scan_scrub_done, queue, ZIO_PRIORITY_SCRUB, zio_flags, zb)); in scan_exec_io()
|
| H A D | vdev.c | 4411 ZIO_PRIORITY_SCRUB); in vdev_stat_update()
|
| H A D | arc.c | 6276 priority == ZIO_PRIORITY_SCRUB) in arc_read()
|
| H A D | spa.c | 2249 spa_load_verify_done, rio->io_private, ZIO_PRIORITY_SCRUB, in spa_load_verify_cb()
|