Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h167 ZIO_FLAG_PHYSICAL = 1 << 6, enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1166 private, ZIO_TYPE_TRIM, priority, flags | ZIO_FLAG_PHYSICAL, in zio_trim()
1186 private, ZIO_TYPE_READ, priority, flags | ZIO_FLAG_PHYSICAL, vd, in zio_read_phys()
1207 private, ZIO_TYPE_WRITE, priority, flags | ZIO_FLAG_PHYSICAL, vd, in zio_write_phys()
3453 (ZIO_FLAG_PHYSICAL | ZIO_FLAG_SELF_HEAL | in zio_vdev_io_start()
3460 if (!(zio->io_flags & ZIO_FLAG_PHYSICAL) && in zio_vdev_io_start()
3477 if (!(zio->io_flags & ZIO_FLAG_PHYSICAL)) { in zio_vdev_io_start()