Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c985 (zio->io_prop.zp_dedup_verify || zio->io_prop.zp_encrypt)) { in zio_write()
1446 !zp->zp_encrypt) { in zio_write_bp_init()
1532 } else if (!zp->zp_dedup && !zp->zp_encrypt && in zio_write_compress()
1640 ASSERT(!zp->zp_encrypt || in zio_write_compress()
2461 if (gio->io_prop.zp_encrypt && gbh_copies >= SPA_DVAS_PER_BP) in zio_write_gang_block()
2542 zp.zp_encrypt = gio->io_prop.zp_encrypt; in zio_write_gang_block()
3798 if (!(zp->zp_encrypt || BP_IS_ENCRYPTED(bp))) { in zio_encrypt()
H A Ddmu.c2391 zp->zp_encrypt = encrypt; in dmu_write_policy()
H A Darc.c6663 localprop.zp_encrypt = B_TRUE; in arc_write()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h328 boolean_t zp_encrypt; member