Searched refs:abd_alloc (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/raidz_test/ |
H A D | raidz_test.h | 115 #define raidz_alloc(size) abd_alloc(size, B_FALSE)
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | abd.h | 81 abd_t *abd_alloc(size_t, boolean_t);
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb_il.c | 203 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 D | zdb.c | 6221 abd_t *abd = abd_alloc(size, B_FALSE); in zdb_blkptr_cb()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_impl.h | 956 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 D | zfs_chksum.c | 219 abd = abd_alloc(1<<24, B_FALSE); in chksum_benchit()
|
H A D | abd.c | 188 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 D | vdev_rebuild.c | 627 abd_alloc(psize, B_FALSE), psize, vdev_rebuild_cb, vr, in vdev_rebuild_range()
|
H A D | zio.c | 5500 adata = abd_alloc(asize, B_TRUE); in zio_done()
|
H A D | arc.c | 5115 return (abd_alloc(size, type == ARC_BUFC_METADATA)); in arc_get_data_abd()
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | abd_os.c | 228 return (abd_alloc(size, is_metadata)); in abd_alloc_for_io()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | abd_os.c | 786 return (abd_alloc(size, is_metadata)); in abd_alloc_for_io()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 6831 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()
|