Home
last modified time | relevance | path

Searched refs:abd_to_buf (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c595 uint64_t *p = abd_to_buf(rr->rr_col[VDEV_RAIDZ_P].rc_abd); in vdev_raidz_generate_parity_p()
613 uint64_t *p = abd_to_buf(rr->rr_col[VDEV_RAIDZ_P].rc_abd); in vdev_raidz_generate_parity_pq()
614 uint64_t *q = abd_to_buf(rr->rr_col[VDEV_RAIDZ_Q].rc_abd); in vdev_raidz_generate_parity_pq()
655 uint64_t *p = abd_to_buf(rr->rr_col[VDEV_RAIDZ_P].rc_abd); in vdev_raidz_generate_parity_pqr()
924 struct reconst_q_struct rq = { abd_to_buf(src), exp }; in vdev_raidz_reconstruct_q()
972 p = abd_to_buf(pdata); in vdev_raidz_reconstruct_pq()
973 q = abd_to_buf(qdata); in vdev_raidz_reconstruct_pq()
974 pxy = abd_to_buf(rr->rr_col[VDEV_RAIDZ_P].rc_abd); in vdev_raidz_reconstruct_pq()
975 qxy = abd_to_buf(rr->rr_col[VDEV_RAIDZ_Q].rc_abd); in vdev_raidz_reconstruct_pq()
1338 src = abd_to_buf(rr->rr_col[c].rc_abd); in vdev_raidz_matrix_reconstruct()
[all …]
H A Dvdev_label.c780 vp = abd_to_buf(vp_abd); in vdev_label_read_config()
1057 vp = abd_to_buf(vp_abd); in vdev_label_init()
1128 ub = abd_to_buf(ub_abd); in vdev_label_init()
1259 vdev_boot_envblock_t *vbe = abd_to_buf(abd); in vdev_label_read_bootenv()
1285 buf = abd_to_buf(abd); in vdev_label_read_bootenv()
1460 uberblock_t *ub = abd_to_buf(zio->io_abd); in vdev_uberblock_load_done()
1602 if (zio_wait(zio) || uberblock_verify(abd_to_buf(ub_abd))) in vdev_copy_uberblocks()
1789 vp = abd_to_buf(vp_abd); in vdev_label_sync()
H A Dabd.c624 abd_to_buf(abd_t *abd) in abd_to_buf() function
644 buf = abd_to_buf(abd); in abd_borrow_buf()
674 ASSERT3P(buf, ==, abd_to_buf(abd)); in abd_return_buf()
H A Ddmu_recv.c1915 abd, abd_to_buf(decomp_abd), in flush_write_batch_impl()
1923 abd_to_buf(decomp_abd), tx); in flush_write_batch_impl()
1930 abd_to_buf(abd), tx); in flush_write_batch_impl()
1977 abd_to_buf(abd), in flush_write_batch_impl()
2210 dmu_ot_byteswap[byteswap].ob_func(abd_to_buf(abd), in receive_spill()
2215 bcopy(abd_to_buf(abd), abuf->b_data, DRR_SPILL_PAYLOAD_SIZE(drrs)); in receive_spill()
2510 abd_to_buf(abd)); in receive_read_record()
2561 abd_to_buf(abd)); in receive_read_record()
H A Dvdev_raidz_math.c477 memset(abd_to_buf(bench_zio->io_abd), 0xAA, BENCH_ZIO_SIZE); in benchmark_raidz()
H A Dzio.c2650 byteswap_uint64_array(abd_to_buf(zio->io_abd), zio->io_size); in zio_gang_tree_assemble_done()
2652 ASSERT3P(abd_to_buf(zio->io_abd), ==, gn->gn_gbh); in zio_gang_tree_assemble_done()
H A Darc.c1409 buf->b_data == abd_to_buf(buf->b_hdr->b_l1hdr.b_pabd)); in arc_buf_is_shared()
2863 buf->b_data = abd_to_buf(hdr->b_l1hdr.b_pabd); in arc_buf_alloc_impl()
6933 ASSERT3P(buf->b_data, ==, abd_to_buf(zio->io_orig_abd)); in arc_write_ready()
H A Ddmu_send.c999 data = abd_to_buf(srdp->abd); in do_dump()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dabd.h68 void *abd_to_buf(abd_t *);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c944 pos = (unsigned long)abd_to_buf(abd) + off; in abd_nr_pages_off()
1029 return (bio_map(bio, ((char *)abd_to_buf(abd)) + off, io_size)); in abd_bio_map_off()