Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.h115 #define raidz_alloc(size) abd_alloc(size, B_FALSE)
/freebsd/sys/contrib/openzfs/include/sys/
H A Dabd.h81 abd_t *abd_alloc(size_t, boolean_t);
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c203 data = abd_alloc(BP_GET_LSIZE(bp), B_FALSE); in zil_prt_rec_write()
214 data = abd_alloc(lr->lr_length, B_FALSE); in zil_prt_rec_write()
H A Dzdb.c6221 abd_t *abd = abd_alloc(size, B_FALSE); in zdb_blkptr_cb()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h956 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pq_impl()
1116 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pr_impl()
1283 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_qr_impl()
1474 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pqr_impl()
1478 zabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pqr_impl()
H A Dzfs_chksum.c219 abd = abd_alloc(1<<24, B_FALSE); in chksum_benchit()
H A Dabd.c188 abd_alloc(size_t size, boolean_t is_metadata) in abd_alloc() function
342 return (abd_alloc(size, is_metadata)); in abd_alloc_sametype()
H A Dvdev_rebuild.c627 abd_alloc(psize, B_FALSE), psize, vdev_rebuild_cb, vr, in vdev_rebuild_range()
H A Dzio.c5500 adata = abd_alloc(asize, B_TRUE); in zio_done()
H A Darc.c5115 return (abd_alloc(size, type == ARC_BUFC_METADATA)); in arc_get_data_abd()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dabd_os.c228 return (abd_alloc(size, is_metadata)); in abd_alloc_for_io()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c786 return (abd_alloc(size, is_metadata)); in abd_alloc_for_io()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c6831 abd_data = abd_alloc(size, B_FALSE); in ztest_blake3()
6832 abd_meta = abd_alloc(size, B_TRUE); in ztest_blake3()
6921 abd_data = abd_alloc(size, B_FALSE); in ztest_fletcher()
6922 abd_meta = abd_alloc(size, B_TRUE); in ztest_fletcher()