Home
last modified time | relevance | path

Searched refs:zio_data_buf_alloc (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c514 add = zio_data_buf_alloc(add_len); in qat_compress()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h625 extern void *zio_data_buf_alloc(size_t size);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dabd.c230 ABD_LINEAR_BUF(abd) = zio_data_buf_alloc(size); in abd_alloc_linear()
H A Ddsl_bookmark.c1697 redact_block_phys_t *buf = zio_data_buf_alloc(bufsize); in dsl_redaction_list_traverse()
H A Dzil.c2385 itx = zio_data_buf_alloc(itxsize); in zil_itx_create()
2405 itx_t *itx = zio_data_buf_alloc(oitx->itx_size); in zil_itx_clone()
H A Dzio.c380 zio_data_buf_alloc(size_t size) in zio_data_buf_alloc() function
5705 EXPORT_SYMBOL(zio_data_buf_alloc);
H A Darc.c4947 return (zio_data_buf_alloc(size)); in arc_get_data_buf()