Searched refs:abd_alloc_linear (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_label_os.c | 87 abd_t *abd = abd_alloc_linear(size, B_FALSE); in vdev_check_boot_reserve()
|
| H A D | abd_os.c | 372 return (abd_alloc_linear(size, is_metadata)); in abd_alloc_for_io()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_chksum.c | 192 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 D | vdev_label.c | 863 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 D | abd.c | 181 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 D | vdev_raidz_math.c | 466 bench_zio->io_abd = abd_alloc_linear(BENCH_ZIO_SIZE, B_TRUE); in benchmark_raidz()
|
| H A D | vdev_raidz.c | 1557 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 D | dmu_recv.c | 1511 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 D | vdev_draid.c | 835 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 D | zio.c | 597 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 D | dmu_send.c | 1650 srdp->abd = abd_alloc_linear(srdp->datasz, B_FALSE); in issue_data_read()
|
| H A D | arc.c | 5160 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 D | abd.h | 73 abd_t *abd_alloc_linear(size_t, boolean_t);
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 5356 abd_t *abd = abd_alloc_linear(asize, B_TRUE); in dump_l2arc_log_blocks()
|