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.h152 ZIO_FLAG_PHYSICAL = 1 << 6, enumerator in enum:zio_flag
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c942 private, ZIO_TYPE_READ, priority, flags | ZIO_FLAG_PHYSICAL, vd,
963 private, ZIO_TYPE_WRITE, priority, flags | ZIO_FLAG_PHYSICAL, vd,
2967 if (!(zio->io_flags & ZIO_FLAG_PHYSICAL) &&
2984 if (!(zio->io_flags & ZIO_FLAG_PHYSICAL)) {

Completed in 316 milliseconds