Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c3655 BP_SET_CRYPT(new_bp, B_TRUE); in zio_alloc_zil()
4083 BP_SET_CRYPT(bp, B_FALSE); in zio_encrypt()
4090 BP_SET_CRYPT(bp, B_TRUE); in zio_encrypt()
4117 BP_SET_CRYPT(bp, B_TRUE); in zio_encrypt()
4132 BP_SET_CRYPT(bp, B_TRUE); in zio_encrypt()
4140 BP_SET_CRYPT(bp, B_TRUE); in zio_encrypt()
4172 BP_SET_CRYPT(bp, B_TRUE); in zio_encrypt()
4189 BP_SET_CRYPT(bp, B_TRUE); in zio_encrypt()
H A Dddt.c289 BP_SET_CRYPT(bp, DDK_GET_CRYPT(ddk)); in ddt_bp_create()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h472 #define BP_SET_CRYPT(bp, x) BF64_SET((bp)->blk_prop, 61, 1, x) macro