Searched refs:ZIO_PRIORITY_SCRUB (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_queue.c | 280 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 D | vdev_label.c | 248 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 D | dsl_scan.c | 2259 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 D | zio.c | 6277 ZIO_PRIORITY_SCRUB; in zio_done()
|
| H A D | arc.c | 6304 priority == ZIO_PRIORITY_SCRUB) in arc_read()
|
| H A D | spa.c | 3105 spa_load_verify_done, rio->io_private, ZIO_PRIORITY_SCRUB, in spa_load_verify_cb()
|
| /freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_diagnosis.c | 965 (pri == ZIO_PRIORITY_SCRUB || in zfs_fm_recv()
|
| /freebsd/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 1280 ZIO_PRIORITY_SCRUB, /* asynchronous scrub/resilver reads */ enumerator
|