Home
last modified time | relevance | path

Searched refs:abd_get_from_buf (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dabd.h77 abd_t *abd_get_from_buf(void *, size_t);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1564 abd_t *cdata = abd_get_from_buf(cbuf, lsize); in zio_write_compress()
2167 abd_get_from_buf(gn->gn_gbh, SPA_GANGBLOCKSIZE); in zio_rewrite_gang()
2279 abd_t *gbh_abd = abd_get_from_buf(gn->gn_gbh, SPA_GANGBLOCKSIZE); in zio_gang_tree_assemble()
2517 gbh_abd = abd_get_from_buf(gbh, SPA_GANGBLOCKSIZE); in zio_write_gang_block()
3815 abd_t *babd = abd_get_from_buf(bswap_buf, psize); in zio_encrypt()
3878 eabd = abd_get_from_buf(enc_buf, psize); in zio_encrypt()
H A Darc.c1653 abd = abd_get_from_buf(tmpbuf, lsize); in arc_hdr_authenticate()
2833 hdr->b_l1hdr.b_pabd = abd_get_from_buf(buf->b_data, arc_buf_size(buf)); in arc_share_buf()
6742 abd_get_from_buf(buf->b_data, HDR_GET_LSIZE(hdr)), in arc_write()
9426 abd = abd_get_from_buf(l2dhdr, l2dhdr_asize); in l2arc_dev_hdr_read()
9744 cb->l2rcb_abd = abd_get_from_buf(lb, asize); in l2arc_log_blk_fetch()
9793 abd = abd_get_from_buf(l2dhdr, l2dhdr_asize); in l2arc_dev_hdr_update()
9828 abd_buf->abd = abd_get_from_buf(lb, sizeof (*lb)); in l2arc_log_blk_commit()
9891 abd_buf->abd = abd_get_from_buf(tmpbuf, sizeof (*lb)); in l2arc_log_blk_commit()
H A Dabd.c535 abd_get_from_buf(void *buf, size_t size) in abd_get_from_buf() function
H A Dzil.c1330 abd_t *lwb_abd = abd_get_from_buf(lwb->lwb_buf, in zil_lwb_write_open()
H A Dvdev_raidz.c1716 zio->io_abd = abd_get_from_buf(data - (offset - origoffset), in vdev_raidz_dumpio()
H A Ddmu.c1994 abd_get_from_buf(zgd->zgd_db->db_data, zgd->zgd_db->db_size), in dmu_sync_late_arrival()
H A Ddbuf.c4216 abd_get_from_buf(data->b_data, arc_buf_size(data)) : NULL; in dbuf_write()