Home
last modified time | relevance | path

Searched refs:abd_alloc (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.h112 #define raidz_alloc(size) abd_alloc(size, B_FALSE)
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dabd.h50 abd_t *abd_alloc(size_t, boolean_t);
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c190 data = abd_alloc(BP_GET_LSIZE(bp), B_FALSE); in zil_prt_rec_write()
198 data = abd_alloc(lr->lr_length, B_FALSE); in zil_prt_rec_write()
H A Dzdb.c5276 abd_t *abd = abd_alloc(size, B_FALSE); in zdb_blkptr_cb()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h929 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pq_impl()
1089 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pr_impl()
1256 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_qr_impl()
1447 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pqr_impl()
1451 zabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pqr_impl()
H A Dabd.c168 abd_alloc(size_t size, boolean_t is_metadata) in abd_alloc() function
358 return (abd_alloc(size, is_metadata)); in abd_alloc_sametype()
H A Dvdev_rebuild.c603 abd_alloc(psize, B_FALSE), psize, vdev_rebuild_cb, vr, in vdev_rebuild_range()
H A Dvdev_draid.c735 rr->rr_col[x].rc_abd = abd_alloc( in vdev_draid_cksum_finish()
H A Darc.c5205 return (abd_alloc(size, B_TRUE)); in arc_get_data_abd()
5208 return (abd_alloc(size, B_FALSE)); in arc_get_data_abd()
H A Dzio.c4548 adata = abd_alloc(asize, B_TRUE); in zio_done()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c769 return (abd_alloc(size, is_metadata)); in abd_alloc_for_io()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c6256 abd_data = abd_alloc(size, B_FALSE); in ztest_fletcher()
6257 abd_meta = abd_alloc(size, B_TRUE); in ztest_fletcher()