Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDzio_priority.h32 ZIO_PRIORITY_INITIALIZING, /* initializing I/O */ enumerator
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDvdev_queue.c302 case ZIO_PRIORITY_INITIALIZING: in vdev_queue_class_min_active()
388 case ZIO_PRIORITY_INITIALIZING: in vdev_queue_class_max_active()
536 case ZIO_PRIORITY_INITIALIZING: in vdev_queue_is_interactive()
889 zio->io_priority != ZIO_PRIORITY_INITIALIZING && in vdev_queue_io()
899 zio->io_priority != ZIO_PRIORITY_INITIALIZING && in vdev_queue_io()
HDvdev_initialize.c288 ZIO_PRIORITY_INITIALIZING, ZIO_FLAG_CANFAIL, B_FALSE)); in vdev_initialize_write()
HDvdev.c4739 } else if (priority == ZIO_PRIORITY_INITIALIZING) { in vdev_stat_update()