Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.h103 #define raidz_alloc(size) abd_alloc(size, B_FALSE)
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dabd.h70 abd_t *abd_alloc(size_t, boolean_t);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c188 data = abd_alloc(BP_GET_LSIZE(bp), B_FALSE); in zil_prt_rec_write()
196 data = abd_alloc(lr->lr_length, B_FALSE); in zil_prt_rec_write()
H A Dzdb.c3667 abd_t *abd = abd_alloc(size, B_FALSE); in zdb_blkptr_cb()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h916 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pq_impl()
1072 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pr_impl()
1235 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_qr_impl()
1422 yabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pqr_impl()
1426 zabd = abd_alloc(xsize, B_FALSE); in raidz_reconstruct_pqr_impl()
H A Dabd.c304 abd_alloc(size_t size, boolean_t is_metadata) in abd_alloc() function
432 return (abd_alloc(size, is_metadata)); in abd_alloc_sametype()
H A Darc.c4941 return (abd_alloc(size, B_TRUE)); in arc_get_data_abd()
4944 return (abd_alloc(size, B_FALSE)); in arc_get_data_abd()
H A Dzio.c4254 adata = abd_alloc(asize, B_TRUE); in zio_done()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5366 abd_data = abd_alloc(size, B_FALSE); in ztest_fletcher()
5367 abd_meta = abd_alloc(size, B_TRUE); in ztest_fletcher()