Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dzio_priority.h36 ZIO_PRIORITY_NOW, /* non-queued i/os (e.g. free) */ enumerator
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dvdev_cache.c312 ve->ve_abd, VCBS, ZIO_TYPE_READ, ZIO_PRIORITY_NOW, in vdev_cache_read()
H A Dvdev_queue.c977 if (zio->io_priority == ZIO_PRIORITY_NOW) in vdev_queue_change_io_priority()
H A Dzio.c912 ZIO_TYPE_NULL, ZIO_PRIORITY_NOW, flags, vd, 0, NULL, in zio_null()
1264 ZIO_TYPE_FREE, ZIO_PRIORITY_NOW, in zio_free_sync()
1302 BP_GET_PSIZE(bp), done, private, ZIO_TYPE_CLAIM, ZIO_PRIORITY_NOW, in zio_claim()
1318 ZIO_TYPE_IOCTL, ZIO_PRIORITY_NOW, flags, vd, 0, NULL, in zio_ioctl()
1900 if ((zio->io_priority == ZIO_PRIORITY_NOW || in zio_taskq_dispatch()