Home
last modified time | relevance | path

Searched refs:ZIO_STAGE_NOP_WRITE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_impl.h131 ZIO_STAGE_NOP_WRITE = 1 << 8, /* -W--- */ enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1647 zio->io_pipeline |= ZIO_STAGE_NOP_WRITE; in zio_write_compress()