Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c593 flags | ZIO_FLAG_DONT_CACHE | ZIO_FLAG_DONT_QUEUE, in vdev_queue_aggregate()
688 if (zio->io_flags & ZIO_FLAG_DONT_QUEUE) in vdev_queue_io()
707 zio->io_flags |= ZIO_FLAG_DONT_CACHE | ZIO_FLAG_DONT_QUEUE; in vdev_queue_io()
H A Dzio.c2793 ASSERT(!(zio->io_flags & ZIO_FLAG_DONT_QUEUE)); /* not a leaf */ in zio_vdev_io_assess()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h185 #define ZIO_FLAG_VDEV_INHERIT (ZIO_FLAG_DONT_QUEUE - 1)
190 ZIO_FLAG_DONT_QUEUE = 1 << 18, /* must be first for INHERIT */ enumerator
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c3353 ZIO_FLAG_DONT_CACHE | ZIO_FLAG_DONT_QUEUE | in zdb_read_block()