Searched refs:ZIO_FLAG_PHYSICAL (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zio.h | 162 ZIO_FLAG_PHYSICAL = 1 << 6, enumerator
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zio.c | 912 ZIO_TYPE_READ, priority, flags | ZIO_FLAG_PHYSICAL, vd, offset, in zio_read_phys() 933 ZIO_TYPE_WRITE, priority, flags | ZIO_FLAG_PHYSICAL, vd, offset, in zio_write_phys() 2690 if (!(zio->io_flags & ZIO_FLAG_PHYSICAL) && in zio_vdev_io_start() 2707 if (!(zio->io_flags & ZIO_FLAG_PHYSICAL)) { in zio_vdev_io_start()
|