Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c290 case ZIO_PRIORITY_SCRUB: in vdev_queue_class_min_active()
368 case ZIO_PRIORITY_SCRUB: in vdev_queue_class_max_active()
527 case ZIO_PRIORITY_SCRUB: in vdev_queue_is_interactive()
901 zio->io_priority != ZIO_PRIORITY_SCRUB && in vdev_queue_io()
999 priority != ZIO_PRIORITY_SCRUB) in vdev_queue_change_io_priority()
H A Dvdev_label.c256 vsx->vsx_active_queue[ZIO_PRIORITY_SCRUB]); in vdev_config_generate_stats()
278 vsx->vsx_pend_queue[ZIO_PRIORITY_SCRUB]); in vdev_config_generate_stats()
320 vsx->vsx_queue_histo[ZIO_PRIORITY_SCRUB], in vdev_config_generate_stats()
321 ARRAY_SIZE(vsx->vsx_queue_histo[ZIO_PRIORITY_SCRUB])); in vdev_config_generate_stats()
349 vsx->vsx_ind_histo[ZIO_PRIORITY_SCRUB], in vdev_config_generate_stats()
350 ARRAY_SIZE(vsx->vsx_ind_histo[ZIO_PRIORITY_SCRUB])); in vdev_config_generate_stats()
377 vsx->vsx_agg_histo[ZIO_PRIORITY_SCRUB], in vdev_config_generate_stats()
378 ARRAY_SIZE(vsx->vsx_agg_histo[ZIO_PRIORITY_SCRUB])); in vdev_config_generate_stats()
H A Ddsl_scan.c2144 dsl_scan_prefetch_cb, spic->spic_spc, ZIO_PRIORITY_SCRUB, in dsl_scan_prefetch_thread()
2242 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
2270 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
2289 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
4969 queue, ZIO_PRIORITY_SCRUB, zio_flags, zb)); in scan_exec_io()
H A Darc.c6268 priority == ZIO_PRIORITY_SCRUB) in arc_read()
H A Dspa.c3020 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.c977 (pri == ZIO_PRIORITY_SCRUB || in zfs_fm_recv()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1151 ZIO_PRIORITY_SCRUB, /* asynchronous scrub/resilver reads */ enumerator