Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDzio.h215 ZIO_FLAG_RAW_ENCRYPT = 1 << 24, enumerator
226 #define ZIO_FLAG_RAW (ZIO_FLAG_RAW_COMPRESS | ZIO_FLAG_RAW_ENCRYPT)
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDzio.c1554 if (((BP_IS_PROTECTED(bp) && !(zio->io_flags & ZIO_FLAG_RAW_ENCRYPT)) || in zio_read_bp_init()
1763 } else if ((zio->io_flags & ZIO_FLAG_RAW_ENCRYPT) != 0 && in zio_write_compress()
1777 !(zio->io_flags & ZIO_FLAG_RAW_ENCRYPT)) { in zio_write_compress()
4142 if (zio->io_flags & ZIO_FLAG_RAW_ENCRYPT) { in zio_encrypt()
HDarc.c5943 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
5945 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
6249 zio_flags |= ZIO_FLAG_RAW_ENCRYPT; in arc_read()
8928 (cb->l2rcb_flags & ZIO_FLAG_RAW_ENCRYPT)); in l2arc_read_done()