Home
last modified time | relevance | path

Searched refs:ZIO_PRIORITY_REMOVAL (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio_priority.h31 ZIO_PRIORITY_REMOVAL, /* reads/writes for vdev removal */ enumerator
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_queue.c301 case ZIO_PRIORITY_REMOVAL: in vdev_queue_class_min_active()
383 case ZIO_PRIORITY_REMOVAL: in vdev_queue_class_max_active()
555 case ZIO_PRIORITY_REMOVAL: in vdev_queue_is_interactive()
941 zio->io_priority != ZIO_PRIORITY_REMOVAL && in vdev_queue_io()
951 zio->io_priority != ZIO_PRIORITY_REMOVAL && in vdev_queue_io()
H A Dvdev_removal.c933 ZIO_TYPE_WRITE, ZIO_PRIORITY_REMOVAL, in spa_vdev_copy_one_child()
939 ZIO_TYPE_READ, ZIO_PRIORITY_REMOVAL, in spa_vdev_copy_one_child()
H A Dvdev.c4415 } else if (priority == ZIO_PRIORITY_REMOVAL) { in vdev_stat_update()