Searched refs:abd_alloc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/cmd/raidz_test/ |
| HD | raidz_test.h | 112 #define raidz_alloc(size) abd_alloc(size, B_FALSE)
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/ |
| HD | zdb_il.c | 190 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()
|
| HD | zdb.c | 5405 abd_t *abd = abd_alloc(size, B_FALSE); in zdb_blkptr_cb()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | 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()
|
| HD | 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()
|
| HD | vdev_rebuild.c | 619 abd_alloc(psize, B_FALSE), psize, vdev_rebuild_cb, vr, in vdev_rebuild_range()
|
| HD | arc.c | 5215 return (abd_alloc(size, B_TRUE)); in arc_get_data_abd() 5218 return (abd_alloc(size, B_FALSE)); in arc_get_data_abd()
|
| HD | zio.c | 4599 adata = abd_alloc(asize, B_TRUE); in zio_done()
|
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/ |
| HD | abd.h | 89 abd_t *abd_alloc(size_t, boolean_t);
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | abd_os.c | 850 return (abd_alloc(size, is_metadata)); in abd_alloc_for_io()
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/ |
| HD | ztest.c | 6388 abd_data = abd_alloc(size, B_FALSE); in ztest_fletcher() 6389 abd_meta = abd_alloc(size, B_TRUE); in ztest_fletcher()
|