Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c280 case ZIO_PRIORITY_SCRUB: in vdev_queue_class_min_active()
358 case ZIO_PRIORITY_SCRUB: in vdev_queue_class_max_active()
517 case ZIO_PRIORITY_SCRUB: in vdev_queue_is_interactive()
923 zio->io_priority != ZIO_PRIORITY_SCRUB && in vdev_queue_io()
1049 priority != ZIO_PRIORITY_SCRUB) in vdev_queue_change_io_priority()
H A Dvdev_label.c248 vsx->vsx_active_queue[ZIO_PRIORITY_SCRUB]); in vdev_config_generate_stats()
270 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()
341 vsx->vsx_ind_histo[ZIO_PRIORITY_SCRUB], in vdev_config_generate_stats()
342 ARRAY_SIZE(vsx->vsx_ind_histo[ZIO_PRIORITY_SCRUB])); in vdev_config_generate_stats()
369 vsx->vsx_agg_histo[ZIO_PRIORITY_SCRUB], in vdev_config_generate_stats()
370 ARRAY_SIZE(vsx->vsx_agg_histo[ZIO_PRIORITY_SCRUB])); in vdev_config_generate_stats()
H A Ddsl_scan.c2259 dsl_scan_prefetch_cb, spic->spic_spc, ZIO_PRIORITY_SCRUB, in dsl_scan_prefetch_thread()
2357 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
2385 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
2404 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
5149 queue, ZIO_PRIORITY_SCRUB, zio_flags, zb)); in scan_exec_io()
H A Dzio.c6277 ZIO_PRIORITY_SCRUB; in zio_done()
H A Darc.c6304 priority == ZIO_PRIORITY_SCRUB) in arc_read()
H A Dspa.c3105 spa_load_verify_done, rio->io_private, ZIO_PRIORITY_SCRUB, in spa_load_verify_cb()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c965 (pri == ZIO_PRIORITY_SCRUB || in zfs_fm_recv()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1280 ZIO_PRIORITY_SCRUB, /* asynchronous scrub/resilver reads */ enumerator