Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h204 ZIO_FLAG_RAW_ENCRYPT = 1 << 24, enumerator
214 #define ZIO_FLAG_RAW (ZIO_FLAG_RAW_COMPRESS | ZIO_FLAG_RAW_ENCRYPT)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1373 if (((BP_IS_PROTECTED(bp) && !(zio->io_flags & ZIO_FLAG_RAW_ENCRYPT)) || in zio_read_bp_init()
1581 } else if ((zio->io_flags & ZIO_FLAG_RAW_ENCRYPT) != 0 && in zio_write_compress()
3804 if (zio->io_flags & ZIO_FLAG_RAW_ENCRYPT) { in zio_encrypt()
H A Darc.c5637 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
5639 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
5902 zio_flags |= ZIO_FLAG_RAW_ENCRYPT; in arc_read()
7973 (cb->l2rcb_flags & ZIO_FLAG_RAW_ENCRYPT)); in l2arc_read_done()