Searched refs:abd_get_from_buf_struct (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | ddt_zap.c | 58 abd_get_from_buf_struct(&sabd, (void *)src, s_len); in ddt_zap_compress() 59 abd_get_from_buf_struct(&dabd, dst, d_len); in ddt_zap_compress() 88 abd_get_from_buf_struct(&sabd, src, s_len); in ddt_zap_decompress() 89 abd_get_from_buf_struct(&dabd, dst, d_len); in ddt_zap_decompress()
|
H A D | blkptr.c | 147 abd_get_from_buf_struct(&cabd, dstbuf, psize); in decode_embedded_bp() 148 abd_get_from_buf_struct(&dabd, buf, buflen); in decode_embedded_bp()
|
H A D | abd.c | 655 abd_get_from_buf_struct(abd_t *abd, void *buf, size_t size) in abd_get_from_buf_struct() function
|
H A D | dsl_dataset.c | 2464 abd_get_from_buf_struct(&pabd, packed, packed_size); in get_receive_resume_token_impl() 2465 abd_get_from_buf_struct(&cabd, compressed, packed_size); in get_receive_resume_token_impl()
|
H A D | arc.c | 2141 abd_get_from_buf_struct(&dabd, buf->b_data, in arc_buf_fill() 10490 abd_get_from_buf_struct(&dabd, this_lb, sizeof (*this_lb)); in l2arc_log_blk_read()
|
/freebsd/sys/contrib/openzfs/cmd/zstream/ |
H A D | zstream_recompress.c | 264 abd_get_from_buf_struct(&cabd, in zstream_do_recompress() 266 abd_get_from_buf_struct(&dabd, dbuf, in zstream_do_recompress() 287 abd_get_from_buf_struct(&dabd, in zstream_do_recompress() 290 abd_get_from_buf_struct(&abd, buf, bufsz); in zstream_do_recompress()
|
H A D | zstream_decompress.c | 297 abd_get_from_buf_struct(&sabd, lzbuf, payload_size); in zstream_do_decompress() 298 abd_get_from_buf_struct(&dabd, buf, lsize); in zstream_do_decompress()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | abd.h | 98 abd_t *abd_get_from_buf_struct(abd_t *, void *, size_t);
|
/freebsd/sys/contrib/openzfs/module/zstd/ |
H A D | zfs_zstd.c | 642 abd_get_from_buf_struct(&sabd, s_start, s_len); in zfs_zstd_compress_buf() 643 abd_get_from_buf_struct(&dabd, d_start, d_len); in zfs_zstd_compress_buf()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 4838 abd_get_from_buf_struct(&dabd, &this_lb, in dump_l2arc_log_blocks() 8759 abd_get_from_buf_struct(&labd, lbuf, lsize); in try_decompress_block() 8760 abd_get_from_buf_struct(&labd2, lbuf2, lsize); in try_decompress_block()
|