Home
last modified time | relevance | path

Searched refs:ZIO_PRIORITY_SCRUB (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_priority.h35 ZIO_PRIORITY_SCRUB, /* asynchronous scrub/resilver reads */ enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c254 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 Dvdev_queue.c418 case ZIO_PRIORITY_SCRUB: in vdev_queue_class_min_active()
482 case ZIO_PRIORITY_SCRUB: in vdev_queue_class_max_active()
784 zio->io_priority != ZIO_PRIORITY_SCRUB && in vdev_queue_io()
870 priority != ZIO_PRIORITY_SCRUB) in vdev_queue_change_io_priority()
H A Ddsl_scan.c1692 ZIO_PRIORITY_SCRUB, zio_flags, &flags, &spic->spic_zb); in dsl_scan_prefetch_thread()
1774 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
1802 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
1821 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
3952 dsl_scan_scrub_done, queue, ZIO_PRIORITY_SCRUB, zio_flags, zb)); in scan_exec_io()
H A Dspa.c2153 spa_load_verify_done, rio->io_private, ZIO_PRIORITY_SCRUB, in spa_load_verify_cb()
H A Darc.c5956 priority == ZIO_PRIORITY_SCRUB) in arc_read()