Searched refs:abd_alloc_linear (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 781 vp_abd[l] = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config() 1063 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init() 1133 ub_abd = abd_alloc_linear(VDEV_UBERBLOCK_RING, B_TRUE); in vdev_label_init() 1242 abd_alloc_linear(VDEV_PAD_SIZE, B_FALSE), in vdev_label_read_bootenv_impl() 1504 abd_alloc_linear(VDEV_UBERBLOCK_SIZE(vd), in vdev_uberblock_load_impl() 1598 ub_abd = abd_alloc_linear(VDEV_UBERBLOCK_SIZE(vd), B_TRUE); in vdev_copy_uberblocks() 1795 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync()
|
| H A D | abd.c | 185 return (abd_alloc_linear(size, is_metadata)); in abd_alloc() 210 abd_alloc_linear(size_t size, boolean_t is_metadata) in abd_alloc_linear() function 333 return (abd_alloc_linear(size, is_metadata)); in abd_alloc_sametype()
|
| H A D | vdev_raidz.c | 292 abd_alloc_linear(rr->rr_col[c].rc_size, B_FALSE); in vdev_raidz_map_alloc() 768 abd_alloc_linear(rr->rr_col[VDEV_RAIDZ_P].rc_size, B_TRUE); in vdev_raidz_reconstruct_pq() 770 abd_alloc_linear(rr->rr_col[VDEV_RAIDZ_Q].rc_size, B_TRUE); in vdev_raidz_reconstruct_pq() 1211 col->rc_abd = abd_alloc_linear( in vdev_raidz_reconstruct_general() 1888 abd_alloc_linear( in raidz_reconstruct()
|
| H A D | vdev_raidz_math.c | 477 bench_zio->io_abd = abd_alloc_linear(BENCH_ZIO_SIZE, B_TRUE); in benchmark_raidz()
|
| H A D | vdev_draid.c | 707 rr->rr_abd_empty = abd_alloc_linear(rr->rr_nempty * skip_size, in vdev_draid_map_alloc_scrub() 796 rr->rr_abd_empty = abd_alloc_linear(rr->rr_nempty * skip_size, in vdev_draid_map_alloc_empty() 1080 rc->rc_abd = abd_alloc_linear(rc->rc_size, B_FALSE); in vdev_draid_map_alloc_row()
|
| H A D | dmu_recv.c | 1917 abd_alloc_linear(drrw->drr_logical_size, in flush_write_batch_impl() 2515 abd_t *abd = abd_alloc_linear(size, B_FALSE); in receive_read_record() 2566 abd_t *abd = abd_alloc_linear(size, B_FALSE); in receive_read_record()
|
| H A D | dmu_send.c | 1696 srdp->abd = abd_alloc_linear(srdp->datasz, B_FALSE); in issue_data_read()
|
| H A D | zio.c | 1787 abd_t *cdata = abd_alloc_linear(rounded, B_TRUE); in zio_write_compress()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | abd.h | 90 abd_t *abd_alloc_linear(size_t, boolean_t);
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | abd_os.c | 371 return (abd_alloc_linear(size, is_metadata)); in abd_alloc_for_io()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.c | 471 abd_alloc_linear(rr->rr_col[c].rc_size, in vdev_raidz_map_alloc_expanded()
|