Lines Matching refs:zb
1700 arc_hdr_decrypt(arc_buf_hdr_t *hdr, spa_t *spa, const zbookmark_phys_t *zb) in arc_hdr_decrypt() argument
1713 ret = spa_do_crypt_abd(B_FALSE, spa, zb, hdr->b_crypt_hdr.b_ot, in arc_hdr_decrypt()
1772 const zbookmark_phys_t *zb, boolean_t noauth) in arc_fill_hdr_crypt() argument
1786 ret = arc_hdr_authenticate(hdr, spa, zb->zb_objset); in arc_fill_hdr_crypt()
1795 ret = arc_hdr_decrypt(hdr, spa, zb); in arc_fill_hdr_crypt()
1852 arc_buf_fill(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb, in arc_buf_fill() argument
1892 zb, !!(flags & ARC_FILL_NOAUTH)); in arc_buf_fill()
2034 arc_untransform(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb, in arc_untransform() argument
2043 ret = arc_buf_fill(buf, spa, zb, flags); in arc_untransform()
2050 spa_log_error(spa, zb); in arc_untransform()
2052 spa, NULL, zb, NULL, 0, 0); in arc_untransform()
2537 arc_buf_alloc_impl(arc_buf_hdr_t *hdr, spa_t *spa, const zbookmark_phys_t *zb, in arc_buf_alloc_impl() argument
2624 ASSERT3P(zb, !=, NULL); in arc_buf_alloc_impl()
2625 return (arc_buf_fill(buf, spa, zb, flags)); in arc_buf_alloc_impl()
5297 arc_bcopy_func(zio_t *zio, const zbookmark_phys_t *zb, const blkptr_t *bp, in arc_bcopy_func() argument
5309 arc_getbuf_func(zio_t *zio, const zbookmark_phys_t *zb, const blkptr_t *bp, in arc_getbuf_func() argument
5629 arc_flags_t *arc_flags, const zbookmark_phys_t *zb) in arc_read() argument
5704 acb->acb_zb = *zb; in arc_read()
5751 rc = arc_buf_alloc_impl(hdr, spa, zb, private, in arc_read()
5762 spa_log_error(spa, zb); in arc_read()
5765 spa, NULL, zb, NULL, 0, 0); in arc_read()
5798 done(NULL, zb, bp, buf, private); in arc_read()
5932 acb->acb_zb = *zb; in arc_read()
5968 uint64_t, lsize, zbookmark_phys_t *, zb); in arc_read()
5998 cb->l2rcb_zb = *zb; in arc_read()
6082 arc_read_done, hdr, priority, zio_flags, zb); in arc_read()
6663 int zio_flags, const zbookmark_phys_t *zb) in arc_write() argument
6746 priority, zio_flags, zb); in arc_write()