Home
last modified time | relevance | path

Searched refs:abd_alloc_linear (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_label_os.c87 abd_t *abd = abd_alloc_linear(size, B_FALSE); in vdev_check_boot_reserve()
H A Dabd_os.c372 return (abd_alloc_linear(size, is_metadata)); in abd_alloc_for_io()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_chksum.c192 abd = abd_alloc_linear(1<<18, B_FALSE); in chksum_benchit()
198 abd = abd_alloc_linear(1<<20, B_FALSE); in chksum_benchit()
H A Dvdev_label.c863 vp_abd[l] = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config()
1227 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init()
1277 ub_abd = abd_alloc_linear(VDEV_UBERBLOCK_RING, B_TRUE); in vdev_label_init()
1381 abd_alloc_linear(VDEV_PAD_SIZE, B_FALSE), in vdev_label_read_bootenv_impl()
1645 abd_alloc_linear(VDEV_UBERBLOCK_SIZE(vd), in vdev_uberblock_load_impl()
1757 ub_abd = abd_alloc_linear(VDEV_UBERBLOCK_SIZE(vd), B_TRUE); in vdev_copy_uberblocks()
2002 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync()
H A Dabd.c181 return (abd_alloc_linear(size, is_metadata)); in abd_alloc()
228 abd_alloc_linear(size_t size, boolean_t is_metadata) in abd_alloc_linear() function
342 return (abd_alloc_linear(size, is_metadata)); in abd_alloc_sametype()
H A Dvdev_raidz_math.c466 bench_zio->io_abd = abd_alloc_linear(BENCH_ZIO_SIZE, B_TRUE); in benchmark_raidz()
H A Dvdev_raidz.c1557 abd_alloc_linear(rr->rr_col[VDEV_RAIDZ_P].rc_size, B_TRUE); in vdev_raidz_reconstruct_pq()
1559 abd_alloc_linear(rr->rr_col[VDEV_RAIDZ_Q].rc_size, B_TRUE); in vdev_raidz_reconstruct_pq()
2002 col->rc_abd = abd_alloc_linear( in vdev_raidz_reconstruct_general()
2856 rc->rc_abd = abd_alloc_linear(rc->rc_size, B_FALSE); in raidz_parity_verify()
3400 abd_alloc_linear( in raidz_reconstruct()
4615 abds[i] = abd_alloc_linear(read_size, B_FALSE); in raidz_reflow_scratch_sync()
4863 abds[i] = abd_alloc_linear(write_size, B_FALSE); in vdev_raidz_reflow_copy_scratch()
H A Ddmu_recv.c1511 abd_t *dabd = abd_alloc_linear( in do_corrective_recv()
1528 abd_t *cabd = abd_alloc_linear(BP_GET_PSIZE(bp), in do_corrective_recv()
1554 abd_t *eabd = abd_alloc_linear(BP_GET_PSIZE(bp), B_FALSE); in do_corrective_recv()
3701 abd_alloc_linear(drrw->drr_logical_size, in flush_write_batch_impl()
4381 abd_t *abd = abd_alloc_linear(size, B_FALSE); in receive_read_record()
4466 abd_t *abd = abd_alloc_linear(size, B_FALSE); in receive_read_record()
H A Dvdev_draid.c835 rr->rr_abd_empty = abd_alloc_linear(rr->rr_nempty * skip_size, in vdev_draid_map_alloc_scrub()
924 rr->rr_abd_empty = abd_alloc_linear(rr->rr_nempty * skip_size, in vdev_draid_map_alloc_empty()
H A Dzio.c597 abd_t *abd = abd_alloc_linear(lsize, B_TRUE); in zio_decrypt()
2060 abd_t *cdata = abd_alloc_linear(rounded, B_TRUE); in zio_write_compress()
H A Ddmu_send.c1650 srdp->abd = abd_alloc_linear(srdp->datasz, B_FALSE); in issue_data_read()
H A Darc.c5160 return (abd_alloc_linear(size, type == ARC_BUFC_METADATA)); in arc_get_data_abd()
11194 abd_t *abd = abd_alloc_linear(asize, B_TRUE); in l2arc_log_blk_read()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dabd.h73 abd_t *abd_alloc_linear(size_t, boolean_t);
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5356 abd_t *abd = abd_alloc_linear(asize, B_TRUE); in dump_l2arc_log_blocks()