/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_impl.h | 180 #define raidz_zero(dabd, size) \ argument 218 #define raidz_copy(dabd, sabd, off, size) \ argument 259 #define raidz_add(dabd, sabd, off, size) \ argument 383 abd_t *dabd = rr->rr_col[c].rc_abd; in raidz_generate_p_impl() local 439 abd_t *dabd; in raidz_generate_pq_impl() local 517 abd_t *dabd; in raidz_generate_pqr_impl() local 639 abd_t *dabd = rr->rr_col[c].rc_abd; in raidz_reconstruct_p_impl() local 695 abd_t *dabd; in raidz_reconstruct_q_impl() local 789 abd_t *dabd; in raidz_reconstruct_r_impl() local 929 abd_t *dabd; in raidz_reconstruct_pq_impl() local [all …]
|
H A D | blkptr.c | 146 abd_t cabd, dabd; in decode_embedded_bp() local
|
H A D | ddt_zap.c | 57 abd_t sabd, dabd; in ddt_zap_compress() local 87 abd_t sabd, dabd; in ddt_zap_decompress() local
|
H A D | abd.c | 936 abd_iterate_func2(abd_t *dabd, abd_t *sabd, size_t doff, size_t soff, in abd_iterate_func2() 998 abd_copy_off(abd_t *dabd, abd_t *sabd, size_t doff, size_t soff, size_t size) in abd_copy_off() 1015 abd_cmp(abd_t *dabd, abd_t *sabd) in abd_cmp() 1056 abd_raidz_gen_iterate(abd_t **cabds, abd_t *dabd, size_t off, in abd_raidz_gen_iterate()
|
H A D | dmu_recv.c | 1440 abd_t *dabd = abd_alloc_linear( in do_corrective_recv() local
|
H A D | arc.c | 2156 abd_t dabd; in arc_buf_fill() local 10681 abd_t dabd; in l2arc_log_blk_read() local
|
/freebsd/sys/contrib/openzfs/cmd/zstream/ |
H A D | zstream_recompress.c | 263 abd_t cabd, dabd; in zstream_do_recompress() local 286 abd_t dabd, abd; in zstream_do_recompress() local
|
H A D | zstream_decompress.c | 296 abd_t sabd, dabd; in zstream_do_decompress() local
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | abd.h | 143 abd_copy(abd_t *dabd, abd_t *sabd, size_t size) in abd_copy()
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | abd_os.c | 232 abd_get_offset_scatter(abd_t *dabd, abd_t *sabd, size_t off, size_t size) in abd_get_offset_scatter()
|
/freebsd/sys/contrib/openzfs/module/zstd/ |
H A D | zfs_zstd.c | 641 abd_t sabd, dabd; in zfs_zstd_compress_buf() local
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 4837 abd_t dabd; in dump_l2arc_log_blocks() local
|