Searched refs:abd_alloc (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.h | 114 #define raidz_alloc(size) abd_alloc(size, B_FALSE)
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_impl.h | 929 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 D | zfs_chksum.c | 223 abd = abd_alloc(1<<24, B_FALSE); in chksum_benchit()
|
| H A D | abd.c | 183 abd_alloc(size_t size, boolean_t is_metadata) in abd_alloc() function 336 return (abd_alloc(size, is_metadata)); in abd_alloc_sametype()
|
| H A D | vdev_rebuild.c | 621 abd_alloc(psize, B_FALSE), psize, vdev_rebuild_cb, vr, in vdev_rebuild_range()
|
| H A D | zio.c | 4743 adata = abd_alloc(asize, B_TRUE); in zio_done()
|
| H A D | arc.c | 4789 return (abd_alloc(size, type == ARC_BUFC_METADATA)); in arc_get_data_abd()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb_il.c | 200 data = abd_alloc(BP_GET_LSIZE(bp), B_FALSE); in zil_prt_rec_write() 211 data = abd_alloc(lr->lr_length, B_FALSE); in zil_prt_rec_write()
|
| H A D | zdb.c | 5957 abd_t *abd = abd_alloc(size, B_FALSE); in zdb_blkptr_cb()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | abd.h | 93 abd_t *abd_alloc(size_t, boolean_t);
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | abd_os.c | 855 return (abd_alloc(size, is_metadata)); in abd_alloc_for_io()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 6424 abd_data = abd_alloc(size, B_FALSE); in ztest_blake3() 6425 abd_meta = abd_alloc(size, B_TRUE); in ztest_blake3() 6514 abd_data = abd_alloc(size, B_FALSE); in ztest_fletcher() 6515 abd_meta = abd_alloc(size, B_TRUE); in ztest_fletcher()
|