Searched refs:ZIO_FLAG_PHYSICAL (Results 1 – 2 of 2) sorted by relevance
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | zio.h | 167 ZIO_FLAG_PHYSICAL = 1 << 6, enumerator
|
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zio.c | 1046 ZIO_TYPE_READ, priority, flags | ZIO_FLAG_PHYSICAL, vd, offset, in zio_read_phys() 1067 ZIO_TYPE_WRITE, priority, flags | ZIO_FLAG_PHYSICAL, vd, offset, in zio_write_phys() 3071 if (!(zio->io_flags & ZIO_FLAG_PHYSICAL) && in zio_vdev_io_start() 3092 if (!(zio->io_flags & ZIO_FLAG_PHYSICAL)) { in zio_vdev_io_start()
|