Lines Matching defs:zb

1852 arc_hdr_decrypt(arc_buf_hdr_t *hdr, spa_t *spa, const zbookmark_phys_t *zb)
1864 ret = spa_do_crypt_abd(B_FALSE, spa, zb, hdr->b_crypt_hdr.b_ot,
1920 const zbookmark_phys_t *zb, boolean_t noauth)
1934 ret = arc_hdr_authenticate(hdr, spa, zb->zb_objset);
1943 ret = arc_hdr_decrypt(hdr, spa, zb);
1998 arc_buf_fill(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb,
2038 zb, !!(flags & ARC_FILL_NOAUTH));
2188 arc_untransform(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb,
2197 ret = arc_buf_fill(buf, spa, zb, flags);
2204 spa_log_error(spa, zb, buf->b_hdr->b_birth);
2206 spa, NULL, zb, NULL, 0);
2732 arc_buf_alloc_impl(arc_buf_hdr_t *hdr, spa_t *spa, const zbookmark_phys_t *zb,
2824 ASSERT3P(zb, !=, NULL);
2825 return (arc_buf_fill(buf, spa, zb, flags));
5342 arc_bcopy_func(zio_t *zio, const zbookmark_phys_t *zb, const blkptr_t *bp,
5345 (void) zio, (void) zb, (void) bp;
5356 arc_getbuf_func(zio_t *zio, const zbookmark_phys_t *zb, const blkptr_t *bp,
5359 (void) zb, (void) bp;
5671 int zio_flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb)
5794 acb->acb_zb = *zb;
5836 rc = arc_buf_alloc_impl(hdr, spa, zb, private,
5847 spa_log_error(spa, zb, hdr->b_birth);
5850 spa, NULL, zb, NULL, 0);
6034 acb->acb_zb = *zb;
6076 zbookmark_phys_t *, zb);
6111 cb->l2rcb_zb = *zb;
6208 arc_read_done, hdr, priority, zio_flags, zb);
6226 spa_read_history_add(spa, zb, *arc_flags);
6232 done(NULL, zb, bp, buf, private);
6855 const zbookmark_phys_t *zb)
6939 arc_write_done, callback, priority, zio_flags, zb);