Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_util.c176 abd_get_from_buf_struct(&sabd, inbuff, inbuff_size); in decompress_buffer()
177 abd_get_from_buf_struct(&dabd, outbuff, logical_size); in decompress_buffer()
206 abd_t *pabd = abd_get_from_buf_struct(&dabd, outbuff, inbuff_size); in compress_buffer()
207 abd_get_from_buf_struct(&sabd, inbuff, inbuff_size); in compress_buffer()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_zap.c49 abd_get_from_buf_struct(&sabd, (void *)src, s_len); in ddt_zap_compress()
50 abd_get_from_buf_struct(&dabd, dst, d_len - 1); in ddt_zap_compress()
80 abd_get_from_buf_struct(&sabd, src, c_len); in ddt_zap_decompress()
81 abd_get_from_buf_struct(&dabd, dst, d_len); in ddt_zap_decompress()
H A Dblkptr.c143 abd_get_from_buf_struct(&cabd, dstbuf, psize); in decode_embedded_bp()
144 abd_get_from_buf_struct(&dabd, buf, buflen); in decode_embedded_bp()
H A Dabd.c677 abd_get_from_buf_struct(abd_t *abd, void *buf, size_t size) in abd_get_from_buf_struct() function
H A Ddsl_dataset.c2484 abd_get_from_buf_struct(&pabd, packed, packed_size); in get_receive_resume_token_impl()
2485 abd_get_from_buf_struct(&cabd, compressed, packed_size); in get_receive_resume_token_impl()
H A Darc.c2173 abd_get_from_buf_struct(&dabd, buf->b_data, in arc_buf_fill()
11205 abd_get_from_buf_struct(&dabd, this_lb, sizeof (*this_lb)); in l2arc_log_blk_read()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dabd.h91 abd_t *abd_get_from_buf_struct(abd_t *, void *, size_t);
/freebsd/sys/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c599 abd_get_from_buf_struct(&sabd, s_start, s_len); in zfs_zstd_compress_buf()
600 abd_get_from_buf_struct(&dabd, d_start, d_len); in zfs_zstd_compress_buf()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5499 abd_get_from_buf_struct(&dabd, &this_lb, in dump_l2arc_log_blocks()
9628 abd_get_from_buf_struct(&labd, lbuf, lsize); in try_decompress_block()
9629 abd_get_from_buf_struct(&labd2, lbuf2, lsize); in try_decompress_block()