Searched refs:abd_get_from_buf_struct (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_util.c | 176 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 D | ddt_zap.c | 49 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 D | blkptr.c | 143 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 D | abd.c | 677 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 | 2484 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 D | arc.c | 2173 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 D | abd.h | 91 abd_t *abd_get_from_buf_struct(abd_t *, void *, size_t);
|
| /freebsd/sys/contrib/openzfs/module/zstd/ |
| H A D | zfs_zstd.c | 599 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 D | zdb.c | 5499 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()
|