Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c778 enum zio_flag zioflags = ZIO_FLAG_CANFAIL; in do_dump() local
783 zioflags |= ZIO_FLAG_RAW; in do_dump()
789 ZIO_PRIORITY_ASYNC_READ, zioflags, &aflags, zb) != 0) in do_dump()
817 enum zio_flag zioflags = ZIO_FLAG_CANFAIL; in do_dump() local
821 zioflags |= ZIO_FLAG_RAW; in do_dump()
825 ZIO_PRIORITY_ASYNC_READ, zioflags, &aflags, zb) != 0) in do_dump()
887 enum zio_flag zioflags = ZIO_FLAG_CANFAIL; in do_dump() local
889 zioflags |= ZIO_FLAG_RAW; in do_dump()
891 zioflags |= ZIO_FLAG_RAW_COMPRESS; in do_dump()
894 ZIO_PRIORITY_ASYNC_READ, zioflags, &aflags, zb) != 0) { in do_dump()